Creating the SYSAUX Tablespace (72)
The SYSAUX tablespace is always created at database creation. The SYSAUX tablespace
serves as an auxiliary tablespace to the SYSTEM tablespace. Because it is the default
tablespace for many Oracle Database features and products that previously required
their own tablespaces, it reduces the number of tablespaces required by the database
and that you must maintain. Other functionality or features that previously used the
SYSTEM tablespace can now use the SYSAUX tablespace, thus reducing the load on the
SYSTEM tablespace.
You can specify only datafile attributes for the SYSAUX tablespace, using the SYSAUX
DATAFILE clause in the CREATE DATABASE statement. Mandatory attributes of the
SYSAUX tablespace are set by Oracle Database and include:
■ PERMANENT
■ READ WRITE
■ EXTENT MANAGMENT LOCAL
■ SEGMENT SPACE MANAGMENT AUTO
You cannot alter these attributes with an ALTER TABLESPACE statement, and any
attempt to do so will result in an error. You cannot drop or rename the SYSAUX
tablespace.
If you include a DATAFILE clause for the SYSTEM tablespace, then you must specify
the SYSAUX DATAFILE clause as well, or the CREATE DATABASE statement will fail.
If you issue the CREATE DATABASE statement with no other clauses, then the software
creates a default database with datafiles for the SYSTEM and SYSAUX tablespaces
stored in system-determined default locations, or where specified by an
Oracle-managed files initialization parameter.
The SYSAUX tablespace has the same security attributes as the SYSTEM tablespace.
建立SYSAUX表空間
1. SYSAUX中是很多Oracle特性與產品安裝時的預設表空間 , 可減少system表空間的負載
2. 只能為SYSAUX指定datafile屬性 , 其他的如 永久性 , 可讀寫 , 本地管理 ,
assm都是由Oracle指定的
3. 對SYSAUX表空間不能使用alter tablespace語句 , 也不能刪除,重新命名該表空間
4. 如果為system表空間使用了datafile子句 , 則也需要為sysaux指定datafie子句
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-995633/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- The SYSAUX Tablespace (40)UX
- 轉 SYSAUX tablespace 100% fullUX
- How to move Oracle Spatial objects from SYSAUX tablespace to a user defined tablespace [ID 1119758.1OracleObjectUX
- 【AWR】Suggestions if Your SYSAUX Tablespace Grows Rapidly or Too LargeUXAPI
- sysaux bigUX
- SYSAUX 說明UX
- 計算sysaux中各主件對sysaux空間的使用!UX
- tablespace 大檔案,undo,temp tablespace
- 32、SYSAUX表空間UX
- Oracle清理SYSAUX表空間OracleUX
- ORACLE的SYSAUX 表空間OracleUX
- db2 sms tablespace 不支援large tablespaceDB2
- Creating the Database (58)Database
- Tablespace Space Script
- remap_tablespaceREM
- 2.5.4.1 關於SYSAUX表空間UX
- Clean WRH$_ACTIVE_SESSION_HISTORY in SYSAUXSessionUX
- 認識 SYSAUX 表空間(zt)UX
- Creating a Physical Standby DatabaseDatabase
- Creating Secondary IndexesIndex
- [Oracle] 檢視tablespace的使用率(Including temp tablespace)Oracle
- SYSAUX表空間清理之SM/OPTSTATUX
- AWR佔用sysaux表空間太大UX
- oracle之 SYSAUX表空間維護OracleUX
- sysaux和system不支援重新命名!UX
- SYSAUX表空間管理及恢復UX
- Master Note for Tablespace IssuesAST
- TRANSPORT TABLESPACE總結
- Tablespace Repository (60)
- Chrome 72 開發者工具新特性Chrome
- 《HelloGitHub》第 72 期Github
- 【漢化】YEP.72 – Item Durability
- 函式組:SI72函式
- Creating your first iOS FrameworkiOSFramework
- Error creating bean with name ‘dataSource‘ErrorBean
- Creating External Lists From Code
- Creating Test Script With Bind Variable
- Creating an Index OnlineIndex