sysaux和system不支援重新命名!
SQL> alter tablespace system rename to system1;
alter tablespace system rename to system1
*
ERROR at line 1:
ORA-00712: cannot rename system tablespace
SQL> show parameter undo
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
undo_management string AUTO
undo_retention integer 900
undo_tablespace string UNDOTBS2
SQL> alter tablespace undotbs2 rename to undotbs1;
Tablespace altered.
SQL> alter tablespace sysaux rename to sysaux1;
alter tablespace sysaux rename to sysaux1
*
ERROR at line 1:
ORA-13502: Cannot rename SYSAUX tablespace
SQL> alter tablespace temp rename to temp1;
Tablespace altered.
SQL>
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/19602/viewspace-1043472/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 4.2.1.7 規劃 SYSTEM 和 SYSAUX 表空間UX
- 【OCP最新題庫解析(052)--題1】Which is true about the SYSTEM and SYSAUX...UX
- 從system/sysaux空間轉移TABLE&Index到其它表空間UXIndex
- sysaux bigUX
- SYSAUX 說明UX
- The SYSAUX Tablespace (40)UX
- 決策支援系統(Decision Support System,DSS)
- 計算sysaux中各主件對sysaux空間的使用!UX
- System.Net.Mail和System.Web.MailAIWeb
- 微軟Win10 20H1最新特性:全新Cortana UI和支援虛擬桌面重新命名微軟Win10UI
- 32、SYSAUX表空間UX
- System Idle Process和system系統程式簡介
- alter system archive log current和alter system switch logfileHive
- system.exit(0)和system.exit(1)的區別
- git重新命名檔案和資料夾Git
- Oracle清理SYSAUX表空間OracleUX
- ORACLE的SYSAUX 表空間OracleUX
- Creating the SYSAUX Tablespace (72)UX
- 轉 SYSAUX tablespace 100% fullUX
- Oracle10g以上sysaux表空間的維護和清理OracleUX
- 重新命名資料檔案和表空間
- alter system switch logfile和alter system archive log current的區別Hive
- alter system switch logfile 和 alter system archive log current 的區別Hive
- 2.5.4.1 關於SYSAUX表空間UX
- Clean WRH$_ACTIVE_SESSION_HISTORY in SYSAUXSessionUX
- 認識 SYSAUX 表空間(zt)UX
- Nginx支援url不區分大小寫Nginx
- [轉]alter system switch logfile和alter system archive log current的區別Hive
- oracle 重新命名Oracle
- 在 Linux 上覆制和重新命名檔案Linux
- SYSAUX表空間清理之SM/OPTSTATUX
- AWR佔用sysaux表空間太大UX
- oracle之 SYSAUX表空間維護OracleUX
- SYSAUX表空間管理及恢復UX
- alter database和alter system和alter session的區別DatabaseSession
- 「System Design」設計一個支援百萬使用者的系統
- oracle:表重新命名Oracle
- java 重新命名操作Java