Oracle 9i DataGuard Failover 發生ORA-16139
偷懶打算用Standby DB Copy到另一臺Server上做test DB.
結果Failover時候發生ORA-16139 ...
這個系統是Oracle9i, 10GR2之後已經不用再skip了...
[@more@]Oracle的DataGard Concepts沒發現異樣,上Metalink搜尋了下:
原來如此.
Cause
~~~~~~~
If you are using standby redologs and they are being used then
you should be able to use the command :
sql>recover managed standby database finish
However, if you did not have Standby redolog defined or they were
not being used, then you need another approach.
Fix
~~~~
You can do the finish recovery issuing the "SKIP" attribute which tells it to
skip the standby redo logs which, in this case, aren't being used:
操作如下:
SQL> startup nomount;
ORACLE instance started.
Total System Global Area 1594852480 bytes
Fixed Size 742528 bytes
Variable Size 989855744 bytes
Database Buffers 536870912 bytes
Redo Buffers 67383296 bytes
SQL> alter database mount standby database;
Database altered.
SQL> alter database recover managed standby database finish skip wait;
Database altered.
SQL> alter database commit to switchover to primary;
Database altered.
SQL> shutdown immediate;
ORA-01507: database not mounted
ORACLE instance shut down.
SQL> startup;
ORACLE instance started.
Total System Global Area 1594852480 bytes
Fixed Size 742528 bytes
Variable Size 989855744 bytes
Database Buffers 536870912 bytes
Redo Buffers 67383296 bytes
Database mounted.
Database opened.
SQL>
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10856805/viewspace-1029086/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle dataguard failover 實戰OracleAI
- Oracle Dataguard故障轉移(failover)操作OracleAI
- 【ASK_ORACLE】手動配置DataGuard的自動化Client Failover(故障轉移)的serviceOracleclientAI
- oracle 9i臨時表產生過多redoOracle
- 【DATAGUARD】Oracle Dataguard nologging 塊修復Oracle
- ORA-19909(一次DataGuard Failover導致的故障AI
- oracle dataguard broker 配置Oracle
- Oracle:Failover 到物理備庫OracleAI
- Oracle 11.2.0.4 physical dataguard和snapshot dataguard切換Oracle
- 【DATAGUARD】Oracle Dataguard體系架構詳解Oracle架構
- 【DATAGUARD】Oracle19c dataguard新特性及部署Oracle
- Oracle 單機配置DataGuardOracle
- oracle 19c dataguard silent install (oracle 19c dataguard 靜默安裝)Oracle
- Oracle之11g DataGuardOracle
- Oracle 11.2 DataGuard RAC To RAC搭建Oracle
- 【DATAGUARD】Oracle Dataguard物理備庫切換最佳實踐(sqlplus)OracleSQL
- 【Dataguard】Oracle多租戶環境對Dataguard的影響Oracle
- oracle 9i資料庫做spaOracle資料庫
- Oracle 11g dg broker自動failoverOracleAI
- oracle11g dataguard切換Oracle
- 7 Oracle DataGuard 命令列參考Oracle命令列
- Installing Oracle 9i on OELRHEL 4.8 64bitOracle
- Oracle DataGuard 主備切換 (switchover) oracle11gOracle
- 【DATAGUARD】Oracle19c Data Guard BrokerOracle
- Oracle 11.2.0.4 Dataguard兩則故障處理Oracle
- 【DATAGUARD】Oracle21c Dataguard建立注意事項及主要引數介紹Oracle
- Oracle dataguard報錯:Error 1017 received logging on to the standbyOracleError
- Oracle資料庫(DataGuard)遷移方案(上)Oracle資料庫
- Oracle資料庫(DataGuard)遷移方案(中)Oracle資料庫
- Oracle資料庫(DataGuard)遷移方案(下)Oracle資料庫
- 在oracle 9i下線上重定義表Oracle
- 【DATAGUARD】Oracle 通過Dataguard指定恢復時間用於找回丟失資料Oracle
- Oracle 11g dataguard 配置簡約步驟Oracle
- Oracle 9i統計資訊備份與恢復Oracle
- Oracle DataGuard歸檔日誌丟失處理方法Oracle
- oracle10g DataGuard的日誌傳輸方式Oracle
- oracle 19c使用dgmgrl來執行switchover和failover切換OracleAI
- dataguard 搭建 oracle_sid相同 2節點 primary+standbyOracle
- ORACLE 11G DATAGUARD 日誌中斷處理方案Oracle