如何强行删除oracle 11g表空间?
展开全部
说明:必须在脱机状态下才能删除表空间。
第一步:用sys权限登录oracle
SQL> connect sys/wellhope as sysdba
第二步:找到表空间的存储位置后,执行脱机命令。datafile 后面的就是绝对路径。
SQL> alter database datafile '/home/oracle/ora/products/9.2.0/oradata/ora9i/tablespace_ecms.dbf' offline drop;
第三步:打开数据库连接
SQL> alter database open;
第四步:删除表空间“ tablespace_ecms”。
SQL> drop tablespace tablespace_ecms INCLUDing contents;
第一步:用sys权限登录oracle
SQL> connect sys/wellhope as sysdba
第二步:找到表空间的存储位置后,执行脱机命令。datafile 后面的就是绝对路径。
SQL> alter database datafile '/home/oracle/ora/products/9.2.0/oradata/ora9i/tablespace_ecms.dbf' offline drop;
第三步:打开数据库连接
SQL> alter database open;
第四步:删除表空间“ tablespace_ecms”。
SQL> drop tablespace tablespace_ecms INCLUDing contents;
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询