ORA-16009: 遠端歸檔日誌目標必須為備用資料庫
今天在公司安裝oracle10g dataguard for windows 平臺,在做switchover時,
歸檔日誌傳送不過去,透過查詢日誌
在alert_orcl.log 日誌中會出現以下錯誤內容
Thu Nov 27 10:19:12 2008
Redo Shipping Client Connected as PUBLIC
-- Connected User is Valid
RFS[2]: Assigned to RFS process 1292
RFS[2]: Database mount ID mismatch [0x4781d95f:0x47823be1]
RFS[2]: Client instance is standby database instead of primary
RFS[2]: Not using real application clusters
Thu Nov 27 10:19:12 2008
Errors in file d:\oracle\product\10.2.0\admin\orcl\udump\orcl_rfs_1292.trc:
ORA-16009: 遠端歸檔日誌目標必須為備用資料庫
透過查詢metalink
* fact: Oracle Server - Enterprise Edition 9
* fact: Data Guard (DATAGUARD)
* symptom: Errors appears in alert.log on primary database
* symptom: RFS: Destination database mount ID mismatch
* symptom: RFS: client instance is standby database instead of primary
* symptom: RFS: Not using real application clusters
* symptom: RFS: Possible network disconnect with primary database
* symptom: Errors appear in alert.log on standby database
* symptom: ARC0: Error 16009 Creating archive log file to 'ORCL'
* symptom: ORA-16009: remote archive log destination must be a STANDBY database
* symptom: LOG_ARCHIVE_DEST_2='SERVICE=ORCL LGWR SYNC AFFIRM' on the standby database
* symptom: LOG_ARCHIVE_DEST_2='SERVICE=STBY LGWR SYNC AFFIRM' on the primary database
* symptom: Standby redo log files are defined on the standby database
* cause: The standby redo log files are synchronously filled with redo from the primary database. When a logswitch occur on the primary database, those files are archived on the standby database before being applyed on it. The archiving process on the standby database should only archive to the local disks on the standby database and not transmit them to the primary database.
fix:
Disable the remote archiving on the standby database.
Example: alter system set log_archive_dest_2 = ''
是因為沒有把standby 上的log_archive_dest_2 清空導致的。
使用 VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) 也可以避免16009
另外也有可能是bug 導致16009
bug 4676659
Standby may not be recognised (ORA-16009)
When the log transport is LGWR ASYNC and logical standby has
LOG_ARCHIVE_DEST setting VALID_FOR=(ONLINE_LOGFILE, PRIMARY_ROLE),
ORA-16009 is reported at both primary and standby alert.log at
regular intervals.
Workaround:
There is no workaround to prevent ORA-16009 from appearing in alert logs.
However, even though there are errors in alert log no functionality is
lost.
下載連結地址如下:
http://www.itpub.net/thread-1092918-1-1.html
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-503730/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 通過nfs共享目錄實現oracle 歸檔日誌遠端備份NFSOracle
- 將資料庫轉換為歸檔日誌模式資料庫模式
- 聯機重做日誌、歸檔日誌、備用重做日誌
- Oralce資料庫關閉歸檔日誌並且刪除歸檔日誌資料庫
- 用RMAN備份歸檔日誌時檢查歸檔日誌是否存在
- 將RAC資料庫更改為不歸檔日誌的模式資料庫模式
- rman全庫備份備份歸檔日誌檔案
- 備份歸檔日誌
- RMAN備份資料檔案+控制檔案+歸檔日誌
- 歸檔日誌無法歸檔導致資料庫hang住資料庫
- oracle資料庫歸檔日誌量陡增分析Oracle資料庫
- 歸檔日誌滿造成資料庫當機資料庫
- 備庫自動刪除已應用的歸檔日誌
- 備份歸檔日誌檔案
- Backup And Recovery User's Guide-備份資料庫-備份歸檔重做日誌檔案GUIIDE資料庫
- 使用RMAN備份RAC本地目錄中不是用NFS的歸檔日誌NFS
- 誤刪歸檔日誌除導致備份歸檔日誌失敗
- Oracle資料庫重做日誌及歸檔日誌的工作原理說明Oracle資料庫
- RMAN備份整庫和歸檔日誌的方法
- RAC環境備份歸檔日誌和RMAN恢復啟動資料庫資料庫
- 將linux資料庫用rman備份到遠端win共享目錄Linux資料庫
- 備份之歸檔重做日誌備份
- Oracle叢集資料庫中恢復歸檔日誌Oracle資料庫
- dg刪除備庫已經應用的歸檔日誌指令碼指令碼
- 手工rm刪除歸檔日誌對備份歸檔日誌的影響
- Backup And Recovery User's Guide-備份資料庫-使用RMAN備份歸檔重做日誌GUIIDE資料庫
- 使用冷備份與冷備份後的資料庫歸檔日誌檔案進行資料庫不完整恢復資料庫
- 丟失已歸檔日誌檔案下恢復資料庫資料庫
- 遠端備份資料庫和檔案的方法資料庫
- rman備份後為什麼要同時備份歸檔日誌
- 配置RMAN清除已應用到備庫的歸檔日誌
- 第5章:從開啟的資料庫備份與恢復之備份歸檔日誌檔案資料庫
- RMAN備份歸檔日誌指令碼指令碼
- 沒備份,歸檔日誌存在,丟失資料檔案的恢復
- 將Oracle資料庫改為歸檔模式並啟用Rman備份Oracle資料庫模式
- oracle歸檔日誌丟失後的資料庫恢復Oracle資料庫
- 歸檔日誌名稱為空
- 資料檔案重建,從歸檔日誌中回退資料