当前位置:网站首页>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
边栏推荐
- 十年开发经验的程序员告诉你,你还缺少哪些核心竞争力?
- C Gaode map obtains the address according to longitude and latitude
- Minecraft module service opening
- C # save web pages as pictures (using WebBrowser)
- [staff] time sign and note duration (full note | half note | quarter note | eighth note | sixteenth note | thirty second note)
- C#钉钉开发:取得所有员工通讯录和发送工作通知
- 京东高级工程师开发十年,编写出:“亿级流量网站架构核心技术”
- Don't spend money, spend an hour to build your own blog website
- Redis zadd导致的一次线上问题排查和处理
- [go practical basis] how to bind and use URL parameters in gin
猜你喜欢

kubernetes部署loki日志系统

Matplotlib剑客行——布局指南与多图实现(更新)

WSL安装、美化、网络代理和远程开发

Taking the upgrade of ByteDance internal data catalog architecture as an example, talk about the performance optimization of business system
![[staff] time sign and note duration (full note | half note | quarter note | eighth note | sixteenth note | thirty second note)](/img/bf/2b0b9c640bdad2c55293f905a22055.jpg)
[staff] time sign and note duration (full note | half note | quarter note | eighth note | sixteenth note | thirty second note)

我服了,MySQL表500W行,居然有人不做分区?

"Redis source code series" learning and thinking about source code reading

【Go实战基础】gin 如何绑定与使用 url 参数

Installing Oracle database 19C RAC on Linux

Function ‘ngram‘ is not defined
随机推荐
整理秒杀系统的面试必备!!!
寻找链表中值域最小的节点并移到链表的最前面
Flink-使用流批一体API统计单词数量
Cartoon rendering - average normal stroke
随笔:RGB图像颜色分离(附代码)
Essay: RGB image color separation (with code)
概率还不会的快看过来《统计学习方法》——第四章、朴素贝叶斯法
gocv opencv exit status 3221225785
一、Qt的核心类QObject
Redis sorted set data type API and application scenario analysis
Judge whether it is Sudoku
以字节跳动内部 Data Catalog 架构升级为例聊业务系统的性能优化
cmd窗口中中文呈现乱码解决方法
Introduction to the basic concept of queue and typical application examples
2022/2/14 summary
Shengshihaotong and Guoao (Shenzhen) new energy Co., Ltd. build the charging pile industry chain
Tensorflow2 keras 分类模型
Dix ans d'expérience dans le développement de programmeurs vous disent quelles compétences de base vous manquez encore?
选择排序和插入排序
Qt QTimer类