The SYSAUX Tablespace (40)
The SYSAUX tablespace is an auxiliary tablespace to the SYSTEM tablespace. Many
database components use the SYSAUX tablespace as their default location to store data.
Therefore, the SYSAUX tablespace is always created during database creation or
database upgrade.
The SYSAUX tablespace provides a centralized location for database metadata that
does not reside in the SYSTEM tablespace. It reduces the number of tablespaces created
by default, both in the seed database and in user-defined databases.
During normal database operation, the Oracle database server does not allow the
SYSAUX tablespace to be dropped or renamed. Transportable tablespaces for SYSAUX
is not supported.
Note: If the SYSAUX tablespace is unavailable, such as due to a
media failure, then some database features might fail.
1. SYSAUX(system+auxiliary)是system的輔助表空間
2. 在資料庫建立或升級時該表空間被建立
3. 後設資料的集中地
4. 不允許刪除 , 重新命名 , 不支援可傳輸
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-972493/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle OCP(48):UNDO TABLESPACEOracle
- MySQL 5.7 InnoDB Tablespace EncryptionMySql
- Oracle清理SYSAUX表空間OracleUX
- Tablespace表空間刪除
- 2.5.4.1 關於SYSAUX表空間UX
- offline tablespace 的幾種方式 (轉)
- AWR佔用sysaux表空間太大UX
- SYSAUX表空間清理之SM/OPTSTATUX
- mysql5.7 General tablespace使用說明MySql
- alter tablespace ts_name autoextend_clause
- 【TABLESPACE】Oracle表空間最佳實踐Oracle
- 4.2.1.7 規劃 SYSTEM 和 SYSAUX 表空間UX
- sysaux 表空間爆滿處理方法UX
- 2.6.8.2 UNDO_TABLESPACE 初始化引數
- unlimited tablespace許可權的授予和回收MIT
- 【TABLESPACE】Oracle 表空間結構說明Oracle
- [20200327]ORA-46267 Insufficient space in 'USERS' tablespace.txt
- ORA-01652: unable to extend temp segment by 128 in tablespace TEMP
- oracle sysaux表空間滿了處理辦法OracleUX
- ORA-30012 undo tablespace 'UNDOTBS3' does not exist or of wrong typeS3
- 【BUG】Oracle12c tablespace io statistics missing from awr reportOracle
- 11g-Reduce Transportable Tablespace Downtime using XTTS (Doc ID 1389592.1)TTS
- 2.5.4 為 SYSAUX 表空間指定資料檔案屬性UX
- impdp ORA-30036: unable to extend segment by 8 in undo tablespace 'UNDOTBS1'
- 【OCP最新題庫解析(052)--題1】Which is true about the SYSTEM and SYSAUX...UX
- Oracle SYSAUX 表空間使用率100% 導致的DB 故障OracleUX
- 日常 40
- Oracle案例08——xx.xx.xx.xx,表空間 SYSAUX 使用率>95%%OracleUX
- vue40Vue
- OGG相關的CPATURE導致SYSAUX表空間異常暴增處理UX
- 《財富》:2018年“全球40位40歲以下商界精英”
- 《HelloGitHub》第 40 期Github
- 《財富》雜誌:2018全球40位40歲以下商界精英
- ORA-1653: unable to extend table by 1024 in tablespace(oracle表空間滿了的解決方案)Oracle
- SYSAUX表空間佔用過大情況下的處理(AWR資訊過多)UX
- 《財富》:2020年全球40位40歲以下商界精英榜單
- Leetcode 40 Combination Sum IILeetCode
- 40_DockerFile簡介Docker
- Redis高頻40問Redis