goldengate 複製程式 Database error 100 (retrieving bind info query)問題解決
前段時間已經幫客戶實施了一個goldengate的專案,今天檢查複製程式時,發現有個程式 abended
檢查report,發現報以下錯誤:
2011-08-29 18:56:58 WARNING OGG-01004 Aborted grouped transaction on 'DB_DB.T_XX', Database error 100 (retrieving bind in
fo for query).
fo for query).
針對上面這個問題 分析如下:
產生的原因可能是goldengate捕獲日誌異常,異常資料產生在複製程式定義的discard檔案,很有可能是goldengate的bug。
解決方法如下:
解決方法有以下三種:
1:用logdump工具分析, 可以知道下一個事務開始的RBA號, 用rba 號 重新啟動程式 alter REP, extseqno 0, extrba 165268 。跳過事務會丟失資料,需要手工補回資料
2:直接啟動複製程式,跳過失敗的事務,start replicat rep skiptransaction。 手工比較資料,把源庫缺少的資料插回到目標庫中,
3:登入到sqlplus中,對出問題的表所有列新增附加日誌,然後資料重新初始化。 --這種方式最好。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-706296/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Goldengate複製程式錯誤Fatal error executing DDLGoError
- 解決移動端複製問題
- 解決csdn登陸複製的問題
- mysql主從複製配置與問題解決MySql
- GoldenGate Extract程式hang問題解決一例Go
- MySQL主從複製問題解決一例MySql
- Retrieving the First N Records from a SQL QuerySQL
- Flutter常見問題-Error retrieving device properties for ro.product.cpu.abiFlutterErrordev
- 解決關於Mac不能複製複製檔案到隨身碟的問題Mac
- goldengate 刪除複製程式步驟Go
- 解決VS2010複製程式碼中文亂碼的問題
- 解決Kali LinuxVI編輯器無法複製問題Linux
- 解決Redis/Codis Connection with master lost(複製超時)問題RedisAST
- 解決mysql使用GTID主從複製錯誤問題MySql
- goldengate配置DDL複製Go
- GoldenGate的複製原理Go
- 資料複製_GoldenGateGo
- GoldenGate單向複製配置(支援DDL複製)Go
- GoldenGate Pump Porcess: TCP/IP error 110 (Connection timed out)的問題解決GoTCPError
- 解決python MySQLdb import Error問題PythonMySqlImportError
- GTID複製報錯處理:Last_Error: Error 'Can't drop database 'test';ASTErrorDatabase
- 解決Ubuntu與Windows之間無法複製貼上問題UbuntuWindows
- 解決mysql_query()報錯的相關問題MySql
- 解決從VIM複製出來的程式碼格式錯亂或對齊的問題
- goldengate基於表複製Go
- GoldenGate多對一複製Go
- goldengate 單向複製配置Go
- Error in GetCurrentDir(): 13 問題分析與解決Error
- MySQL組複製的幾個常見問題以及解決辦法MySql
- 簡單問題複雜著解決
- 如何解決MySQL主從複製太慢的問題MySql
- 複製貼上程式碼真的有問題嗎?
- syntax error near unexpected token `問題的解決Error
- Ping:Transmit Failed, Error Code 65問題解決MITAIError
- MongoDB系列-解決面試中可能遇到的MongoDB複製集(replica set)問題MongoDB面試
- 以實際情況切入,檢視MySQL複製問題的解決方案MySql
- 使用ZeroClipboard解決跨瀏覽器複製到剪貼簿的問題瀏覽器
- oracle goldengate 雙向複製配置OracleGo