Oracle Goldengate ORA-21780故障处理
Oracle Goldengate升級到11.1.1.1.1后,解決了前期頻繁出現(xiàn)的一些錯(cuò)誤,但是又出現(xiàn)了新的錯(cuò)誤。
2011-11-11 16:54:03? WARNING OGG-00455? Oracle GoldenGate Capture for Oracle, ext2.prm:? Problem in resolving [xxx.tab_xxx]: ORA-21780: Maximum number of object durations exceeded., try to fix this issue in order to avoid possible fatal error.
2011-11-11 16:54:03? ERROR?? OGG-00521? Oracle GoldenGate Capture for Oracle, ext2.prm:? Object was resolved, however in the same resolution call both DDL history and database metadata resolution failed, cannot recover, SCN [2777663572], object id [56041].
2011-11-11 16:54:05? ERROR?? OGG-01668? Oracle GoldenGate Capture for Oracle, ext2.prm:? PROCESS ABENDING.
造成錯(cuò)誤的原因是OGG 11.1.1.1.1中引入的一個(gè)自動開啟特性 — logretention,這個(gè)特性觸發(fā)了bug 12732996。
LOGRETENTION主要功能是防止rman刪除ogg恢復(fù)所需要用到的歸檔日志,可以通過禁用這個(gè)特性來解決上面的這個(gè)問題。
ggsci> stop ext2
ggsci> dblogin userid xx password xx?
ggsci> unregister extract ext2 logretention
ggsci> edit params ext2
TRANLOGOPTIONS LOGRETENTION DISABLED?? — add
ggsci> start ext2
?
總結(jié)
以上是生活随笔為你收集整理的Oracle Goldengate ORA-21780故障处理的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: oracle cluster(簇)的简单
- 下一篇: ogg replicat 进程 aben