Oracle DataGuard Standby database ID mismatch錯誤
故障現象:
Oracle 9208 DataGuard日誌應用正常,但是在standby alter log檔案里老是提示下面錯誤:
RFS: Possible network disconnect with primary database
standby database ID mismatch [0x99bb1983:0x8d17262b]
Metalink的文件:
Symptoms Standby alert log reports "RFS: Possible network disconnect with primary database" At the standby DB side I get this error every minute. Archive log transfer/apply works O.K. Cause The (error) message may be triggered by another database that has log_archive_dest_2 pointing to standby instance of (error) message . RFS process tries to communicate with the instance. Solution Check if you have DB with mismatched ID and its log_archive_dest_X parameter value. From the error message of "Standby database ID mismatch [0xAAAA:0xBBBBB]" Convert the hex number of first argument, 0xAAAA to decimal value using calculator Then search db with the dbid.
RFS: Possible network disconnect with primary database
Standby database ID mismatch [0xAAAA:0xBBBBB]
If found one but not in primary/standby config, disable log_archive_dest_2 to the instance, ie
SQL> select dbid from v$database;
SQL> alter system set log_archive_dest_2_state=defer;
按照上述說明,果然在primary database所在主機上,找到了另外一個例項,其引數log_archive_dest_2的設定也是:
log_archive_dest_2 string SERVICE=standby
將log_archive_dest_2引數defer後,即可解決問題。
關於log_archive_dest_n引數的設定說明:
(
說明: 指定相應的歸檔日誌目標引數 (僅 LOG_ARCHIVE_DEST_3) 的可用性狀態。如果啟用,
日誌目標將被歸檔。如果延遲, 該目標將被排除在歸檔操作之外直至重新啟用。
值範圍: ENABLE | DEFER
)來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7220098/viewspace-165658/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORACLE10g DataGuard 配置Physical Standby DatabaseOracleDatabase
- 【DataGuard】Oracle 11g DataGuard 新特性之 Snapshot Standby DatabaseOracleDatabase
- oracle12.2 adg ORA-46952: standby database format mismatch for password fileOracleDatabaseORM
- oracle dataguard 配置錯誤彙總Oracle
- oracle 之dataguard standby 切換Oracle
- Oracle 9I dataguard(standby)Oracle
- rfs (PID:146054): Database mount ID mismatch案例Database
- Oracle11g的Dataguard測試,建立物理備庫(Physical Standby Database)OracleDatabase
- duplicate standby database 報ORA-05507錯誤解決方法Database
- namespace mismatch require錯誤處理方法namespaceUI
- 配置Oracle11g的Dataguard測試,建立物理備庫(Physical Standby Database)OracleDatabase
- Oracle DG Standby Database型別OracleDatabase型別
- Oracle DG建立Physical Standby DatabaseOracleDatabase
- Oracle dataguard報錯:Error 1017 received logging on to the standbyOracleError
- dataguard 搭建 oracle_sid不同 2節點 primary+standbyOracle
- dataguard 搭建 oracle_sid相同 2節點 primary+standbyOracle
- 使用oracle 11g rman新特性 duplicate target database for standby from active database 建立物理dataguard並開啟RealOracleDatabase
- 【DataGuard】Oracle 11g physical standby switchoverOracle
- android.database.sqlite.SQLiteException: no such table錯誤AndroidDatabaseSQLiteException
- Oracle DG建立Logical Standby DatabaseOracleDatabase
- standby databaseDatabase
- oracle 12c 支援級聯 standby dataguardOracle
- [轉帖]Oracle9i Standby (Dataguard) 建立Oracle
- Convert a Physical Standby Database into a Snapshot Standby DatabaseDatabase
- Oracle10G Physical Standby Database setupOracleDatabase
- DataGuard:Physical Standby Switchover
- standby database to primary database.Database
- Oracle 12c DG備庫啟動報錯standby database requires recoveryOracleDatabaseUI
- Physical Standby Database 切換到 Snapshot Standby DatabaseDatabase
- Oracle Dataguard Standby Redo Log的兩個實驗Oracle
- oracle10g 物理standby dataguard 建立過程Oracle
- 搭建dataguard時,錯誤處理
- Standby Database ---09Database
- 在做oracle standby時,出現ORA-12557錯誤.Oracle
- oracle 10g physical standby database creationOracle 10gDatabase
- Oracle 12.2 使用Database Link優化Standby Database WorkloadOracleDatabase優化
- DataGuard搭建物理StandBy
- DataGuard搭建邏輯StandBy