–删除表空间,删除后,如果物理文件没删除,手动删除
–切记切记 先用命令删,如果直接删除物理文件
–数据库启动时会报错:ORA-01033
语法:
drop tablespace 表空间名称
including contents and datafiles cascade constraints;
例:
drop tablespace dashan_tablespace
including contents and datafiles cascade constraints;