oracle 10G 中的USERS表空间不能删除?
RT,今天我想把默认的USERS表空间删除,报出ORA-12919: Can not drop the default permanent tablespace。
是否不能删除?谢谢!
SQL> alter tablespace users offline;
Tablespace altered.
SQL> drop tablespace users;
drop tablespace users
*
ERROR at line 1:
ORA-12919: Can not drop the default permanent tablespace
能告诉我怎么删除么?
页:
[1]