常用DDL

oracle:

查用户表空间

select username,default_tablespace from dba_users;

删除表空间:

drop tablespace "B2-4" including contents and datafiles CASCADE CONSTRAINTS;

删除用户:

drop user B2-4 cascade

posted @ 2020-05-02 11:47  wolbo  阅读(137)  评论(0编辑  收藏  举报