当前位置:网站首页>Oracle delete tablespace and user
Oracle delete tablespace and user
2022-07-02 09:08:00 【Axi-ZYTao】
– See which table spaces are available
select * from dba_tablespaces
– View current login user
select * from user_users
– View all users
select * from dba_users
– Delete user
drop user user_name
– Delete empty table spaces , But it doesn't contain physical files
drop tablespace tablespace_nam
– Delete non empty table spaces , But it doesn't contain physical files
drop tablespace tablespace_name including contents
– Delete empty table spaces , Contains physical files
drop tablespace tablespace_name including datafiles
– Delete non empty table spaces , Contains physical files
drop tablespace tablespace_name including contents and datafiles
– If a table in another table space has a foreign key and other constraints associated with the fields of the table in this table space , He shall add cascade
drop tablespace tablespace_name including contents and datafiles cascade
边栏推荐
- Npoi export word font size correspondence
- 【Go实战基础】gin 高效神器,如何将参数绑定到结构体
- C# 高德地图 根据经纬度获取地址
- AMQ6126问题解决思路
- Tensorflow2 keras 分类模型
- Move a string of numbers backward in sequence
- Pdf document of distributed service architecture: principle + Design + practice, (collect and see again)
- Image transformation, transpose
- Loadbalancer dynamically refreshes Nacos server
- 「Redis源码系列」关于源码阅读的学习与思考
猜你喜欢
Linux安装Oracle Database 19c
Installing Oracle database 19C for Linux
Minecraft plug-in service opening
盘点典型错误之TypeError: X() got multiple values for argument ‘Y‘
ORA-12514问题解决方法
查看was发布的应用程序的端口
【Go实战基础】gin 如何自定义和使用一个中间件
C nail development: obtain all employee address books and send work notices
During MySQL installation, mysqld Exe reports that the application cannot start normally (0xc000007b)`
Installing Oracle database 19C RAC on Linux
随机推荐
win10使用docker拉取redis镜像报错read-only file system: unknown
Gocv boundary fill
C language - Blue Bridge Cup - 7 segment code
History of Web Technology
[staff] common symbols of staff (Hualian clef | treble clef | bass clef | rest | bar line)
【Go实战基础】gin 高效神器,如何将参数绑定到结构体
Cloudrev self built cloud disk practice, I said that no one can limit my capacity and speed
Mirror protocol of synthetic asset track
选择排序和插入排序
libusb的使用
Redis zadd导致的一次线上问题排查和处理
Data type case of machine learning -- using data to distinguish men and women based on Naive Bayesian method
Matplotlib剑客行——布局指南与多图实现(更新)
Dix ans d'expérience dans le développement de programmeurs vous disent quelles compétences de base vous manquez encore?
Taking the upgrade of ByteDance internal data catalog architecture as an example, talk about the performance optimization of business system
图像变换,转置
数构(C语言)——第四章、矩阵的压缩存储(下)
Introduction to the basic concept of queue and typical application examples
Don't spend money, spend an hour to build your own blog website
Analysis and solution of a classical Joseph problem