Oracle:SQL语句--对表空间的操作——删除表空间

–删除表空间,删除后,如果物理文件没删除,手动删除
–切记切记 先用命令删,如果直接删除物理文件
–数据库启动时会报错:ORA-01033

语法:
drop tablespace 表空间名称
including contents and datafiles cascade constraints;

例:
drop tablespace dashan_tablespace
including contents and datafiles cascade constraints;

posted @ 2016-08-30 23:56  大山606  阅读(844)  评论(0编辑  收藏  举报