oracle 9i 後 maxdatafiles 與db_files的關係
Problem Description
-------------------
The "alert.log" file shows the following message:
kccrsz: expanded controlfile section 4 from 17 to 18 records
number of logical blocks in section remains at 2
Completed: alter tablespace tb1 add datafile
Solution Description
--------------------
Starting in Oracle8 the controlfile is automatically expanded.
A new datafile is added beyond the maxdatafiles limited specified
in the control file.
This also happens if new records are added to the "log_history" section of
the control files and there are no entries that could be replaced.
The routine that performs the expansion writes this message to the alert log.
The messages specifies the section that was expanded and the amount of
the expansion. Please note that this message cannot be turned off.
The automatic expansion only occurs up to the limit of the "init.ora" parameter
"DB_FILES".
References:
-----------
Server SQL Reference: create controlfile
Additional Search Words
-----------------------
kccrsz controlfile expanded
-------------------
The "alert.log" file shows the following message:
kccrsz: expanded controlfile section 4 from 17 to 18 records
number of logical blocks in section remains at 2
Completed: alter tablespace tb1 add datafile
Solution Description
--------------------
Starting in Oracle8 the controlfile is automatically expanded.
A new datafile is added beyond the maxdatafiles limited specified
in the control file.
This also happens if new records are added to the "log_history" section of
the control files and there are no entries that could be replaced.
The routine that performs the expansion writes this message to the alert log.
The messages specifies the section that was expanded and the amount of
the expansion. Please note that this message cannot be turned off.
The automatic expansion only occurs up to the limit of the "init.ora" parameter
"DB_FILES".
References:
-----------
Server SQL Reference: create controlfile
Additional Search Words
-----------------------
kccrsz controlfile expanded
oracle 9i 控制檔案 maxdatafiles 會自動擴充套件 ,自動擴充套件的值不能超過db_files,
所以我們在規劃資料庫時,db_files的值一定要設定比較大。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-761661/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle 11g db_files 與 控制檔案中的 maxdatafiles 的關係及區別Oracle
- 【轉載】控制檔案中的 MAXDATAFILES 和 DB_FILES 關係
- db_files和控制檔案maxdatafiles
- MAXDATAFILES,DB_FILES及控制檔案的自動擴充套件套件
- Oracle中臨時檔案File#和Db_files關係(zt)Oracle
- ORA-00059錯誤分析以及MAXDATAFILES、DB_FILES引數修改
- oracle datafile 與 object的關係OracleObject
- 網路關係型資料庫的代表Oracle 9i(轉)資料庫Oracle
- Oracle RAC與AIX重啟的關係OracleAI
- 與if的關係
- oracle rac的vip與srvctl啟動關係Oracle
- 誰控制資料檔案最大數限制是 db_files還是控制檔案中的maxdatafiles??
- 關聯關係與依賴關係的區別
- Oracle高可用概述(HA與RAC的關係解惑)Oracle
- RMAN連線與oracle連線模式的關係Oracle模式
- oracle 雜湊查詢與巢狀查詢跟表的先後關係測試Oracle巢狀
- 2- hive後設資料與hadoop的關係HiveHadoop
- Oracle 資料庫檢視與基表的關係Oracle資料庫
- oracle 客戶端與伺服器端的關係Oracle客戶端伺服器
- SCN號與oracle資料庫恢復的關係Oracle資料庫
- Scala與Java的關係Java
- Object與Class的關係Object
- sip與openser的關係
- act與zsh的關係
- oracle session和process的關係OracleSession
- oracle控制檔案與資料庫啟動的關係Oracle資料庫
- (轉)SCN號與oracle資料庫恢復的關係Oracle資料庫
- SQL與NoSQL(關係型與非關係型)資料庫的區別SQL資料庫
- 行高與字型的關係
- create 與 store中的關係
- CQRS與OO思想的關係
- AIX aio與listener 的關係AI
- Socket與TCP/IP的關係TCP
- JRE 與 JVM 的關係JVM
- ERP 與 SAP的關係
- 圖片與向量的關係
- GNU與Linux 的關係Linux
- oracle redo record scn與transaction相關block scn關係小記Oracle RedoBloC