單機Linux平臺Oracle 10g DataGuard Physical Standby 搭建例項(4)
單機Linux平臺Oracle 10g DataGuard Physical Standby 搭建例項(1):http://space.itpub.net/81227/viewspace-701181
單機Linux平臺Oracle 10g DataGuard Physical Standby 搭建例項(2):http://space.itpub.net/81227/viewspace-701198
單機Linux平臺Oracle 10g DataGuard Physical Standby 搭建例項(3):http://space.itpub.net/81227/viewspace-701231
這一部分講述備庫啟動
1. 複製結束後的Standby只啟動到mount standby的狀態。並沒有啟動MRP的應用歸檔程式。 所以這個時候查詢主備庫,歸檔是不同步的。需要手動的啟動MRP程式。
SQL> alter database recover managed standby database disconnect from session;
2. 備庫Online Redo Log問題
由於RMAN duplicate命令不會在從Primary資料庫複製檔案時複製Online Redologs,因此物理Standby資料庫在第一次啟動REDO應用時,會在Alert檔案中報Online Redo Logfile檔案不存在,沒有關係,物理Standby會自動重建這批檔案,同時也不用擔心會丟失資料,Online Redologs中的資料會以歸檔檔案的形式從Primary端接收。
alert_stby.log:
Fri Jul 1 15:43:47 2011
alter database recover managed standby database disconnect from session
Fri Jul 1 15:43:47 2011
Attempt to start background Managed Standby Recovery process (stby)
MRP0 started with pid=16, OS id=30427
Fri Jul 1 15:43:47 2011
MRP0: Background Managed Standby Recovery process started (stby)
Managed Standby Recovery not using Real Time Apply
parallel recovery started with 3 processes
Fri Jul 1 15:43:52 2011
Waiting for all non-current ORLs to be archived...
Fri Jul 1 15:43:52 2011
Errors in file …/bdump/stby_mrp0_30427.trc:
ORA-00313: open failed for members of log group 1 of thread 1
ORA-00312: online log 1 thread 1: '…/stby/redo01.log'
ORA-27037: unable to obtain file status
Linux Error: 2: No such file or directory
Additional information: 3
Clearing online redo logfile 1 …/stby/redo01.log
Clearing online log 1 of thread 1 sequence number 37
Fri Jul 1 15:43:55 2011
Clearing online redo logfile 1 complete
Fri Jul 1 15:43:55 2011
Errors in file …/bdump/stby_mrp0_30427.trc:
ORA-00313: open failed for members of log group 2 of thread 1
ORA-00312: online log 2 thread 1: '…/stby/redo02.log'
ORA-27037: unable to obtain file status
Linux Error: 2: No such file or directory
Additional information: 3
Clearing online redo logfile 2 …/stby/redo02.log
Clearing online log 2 of thread 1 sequence number 38
Clearing online redo logfile 2 complete
Fri Jul 1 15:43:58 2011
Errors in file …/bdump/stby_mrp0_30427.trc:
ORA-00313: open failed for members of log group 3 of thread 1
ORA-00312: online log 3 thread 1: '…/stby/redo03.log'
ORA-27037: unable to obtain file status
Linux Error: 2: No such file or directory
Additional information: 3
Clearing online redo logfile 3 …/stby/redo03.log
Clearing online log 3 of thread 1 sequence number 39
Clearing online redo logfile 3 complete
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/81227/viewspace-701293/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【DG】在Linux平臺上搭建單例項的dataguard--duplicateLinux單例
- 【DG】在Linux平臺上搭建單例項的dataguard--rman還原方式Linux單例
- 搭建windows到linux的oracle 12c physical standby備庫WindowsLinuxOracle
- Oracle DG建立Physical Standby DatabaseOracleDatabase
- 【DG】Data Guard搭建(physical standby)
- Oracle 11.2.0.4 physical dataguard和snapshot dataguard切換Oracle
- dataguard 搭建 oracle_sid相同 2節點 primary+standbyOracle
- dataguard 搭建 oracle_sid不同 2節點 primary+standbyOracle
- Oracle 單機配置DataGuardOracle
- Convert a Physical Standby Database into a Snapshot Standby DatabaseDatabase
- Oracle 12.2 physical standby備庫收集AWR報告Oracle
- 單例項Primary快速搭建Standby RAC參考手冊(19.16 ADG)單例
- Oracle dataguard報錯:Error 1017 received logging on to the standbyOracleError
- oracle資料庫跨平臺(AIX)從RAC恢復至(linux)下的單例項Oracle資料庫AILinux單例
- Performing a Failover to a Physical Standby DatabaseORMAIDatabase
- Oracle 19C CBD Active DataGuard Standby passwd file 注意事項 ORA-01017Oracle
- ORACLE-LINUX環境字元介面單例項安裝OracleLinux字元單例
- Oracle 11.2 DataGuard RAC To RAC搭建Oracle
- 搭建ELK日誌平臺(單機)
- 【DG】Oracle11g異構平臺之Linux To Windows DataGuard安裝配置--duplicateOracleLinuxWindows
- 搭建自己的直播平臺,實現exe單例模式單例模式
- Linux平臺Oracle開機自啟動設定LinuxOracle
- oracle之 單例項監聽修改埠Oracle單例
- linux監控平臺搭建Linux
- DATAGUARD手記(PRIMARY+2STANDBY)(一)
- DATAGUARD手記(PRIMARY+2STANDBY)(二)
- oracle 10g在linux下的安裝及簡單命令Oracle 10gLinux
- Oracle Physical Database LimitsOracleDatabaseMIT
- 跨平臺級聯dataguard配置
- Physical Standby Switchover_status Showing Not Allowed. (Doc ID 1392763.1)
- 【DATAGUARD】Oracle21c Dataguard建立注意事項及主要引數介紹Oracle
- Oracle 12C RAC的單機Standby returning error ORA-16191OracleError
- 從nub備份恢復(同平臺)恢復RAC至單例項單例
- Oracle 11g RAC到單例項OGG同步Oracle單例
- 【Dataguard】DataGuard運維注意事項運維
- 4.1. Oracle例項Oracle
- Oracle Far Sync例項Oracle
- DataGuard---->物理StandBy的角色切換之switchover
- standby_file_management為manual造成dataguard延遲