oracle10g之standby tempfile自動建立
作者: 絃樂之花 | 可以轉載, 但必須以超連結形式標明文章原始出處和作者資訊及版權宣告
連結http://shiri512003.itpub.net/post/37713/499385
[@more@]文件提到oracle 10g支援temp檔案自動建立,但一直沒有真正去關注這個過程,偶然的一次機會發現了這個自動建立的過程。
一次open read only dg的時候,發現異常的慢,於是檢視alert日誌發現如下資訊:
Tue Apr 20 09:52:58 2010
alter database open read only
Tue Apr 20 09:52:59 2010
SMON: enabling cache recovery
Tue Apr 20 09:53:01 2010
Re-creating tempfile /opt/oracle/oradata/test/temp04.dbf
Re-creating tempfile /opt/oracle/oradata/test/temp03.dbf
Re-creating tempfile /opt/oracle/oradata/test/temp02.dbf
Re-creating tempfile /opt/oracle/oradata/test/temp01.dbf
Database Characterset is ZHS16GBK
Tue Apr 20 09:53:57 2010
Opening with internal Resource Manager plan
where NUMA PG = 1, CPUs = 8
replication_dependency_tracking turned off (no async multimaster replication found)
Physical standby database opened for read only access.
Completed: alter database open read only
從以上資訊可以看到,oracle10g是在open 的時候建立tempfile的。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7591490/viewspace-1033021/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle10g logical standby 建立Oracle
- oracle10g 物理standby dataguard 建立過程Oracle
- tempfile檔案過大問題處理 for logical standby
- oracle10g data guard建立物理standby資料庫的例子Oracle資料庫
- ORACLE10G 物理standby轉為邏輯standbyOracle
- Oracle10g RAC配置standbyOracle
- Oracle10G手動建立例項Oracle
- Oracle10g自動當機Oracle
- Oracle10G Physical Standby Database setupOracleDatabase
- Data Guard學習之物理standby建立步驟
- rman 建立ftp standbyFTP
- linux 下oracle10g自動啟動LinuxOracle
- oracle10g自動分析任務Oracle
- ORACLE10g DataGuard 配置Physical Standby DatabaseOracleDatabase
- standby上增加tempfile報錯ORA-00604,ORA-16000解決方法
- 建立 Logical Standby DatabaseDatabase
- oracle10G隨linux自啟動OracleLinux
- oracle10g在solaris的自啟動Oracle
- Oracle DG建立Physical Standby DatabaseOracleDatabase
- Oracle Standby資料庫建立Oracle資料庫
- oracle10G新特性之撤消顧問和自動工作負載倉庫Oracle負載
- Oracle10g 統計資訊的自動收集Oracle
- ORACLE10g自動收集CBO統計資訊Oracle
- oracle檔案遷移之datafile,relog file,tempfileOracle
- 關於Oracle10g中tempfile 空間分配的問題:temp file will not actually allocate disOracle
- 一步一步學DataGuard(5)物理standby之建立示例
- oracle10g sga自動管理amm(補充一)Oracle
- Oracle10g AWR (自動工作負載資訊庫)Oracle負載
- Oracle10g 自動統計資訊(dbms_stats)Oracle
- ORACLE10G DG配置下Physical Standby Database的管理OracleDatabase
- oracle10g R2 logical standby switchover to primaryOracle
- Oracle10g Data Guard (Standby) 理論與實踐Oracle
- Spring AOP 自動建立代理Spring
- Oracle DG建立Logical Standby DatabaseOracleDatabase
- 建立測試物理Standby日誌
- 利用RMAN建立STANDBY資料庫資料庫
- RAC資料庫建立STANDBY(六)資料庫
- RAC資料庫建立STANDBY(五)資料庫