ERROR OGG-00730 No minimum supplemental logging is enabled
今天ogg 抽取程式abend。
ogg版本:
Version 11.2.1.0.6 16211226 OGGCORE_11.2.1.0.6_PLATFORMS_130418.1829
檢視程式報錯:
2014-06-05 09:41:39 ERROR OGG-00730 No minimum supplemental logging is enabled. This may cause extract process to handle key update incorrectly if key column is not
in first row piece.
檢視資料庫附加日誌:
SQL> select supplemental_log_data_min from v$database;
SUPPLEME
--------
YES
資料庫有附加日誌,檢視metalink發現是ogg bug,只有在特殊的版本才會這樣
Applies to:
Oracle GoldenGate - Version 11.2.1.0.5 to 11.2.1.0.7 [Release 11.2]
Information in this document applies to any platform.
Symptoms
Extract running with a OGG version higher than v11.2.1.0 4 and less than v11.2.1.0.7 abend with the following error
OGG-00730 No minimum supplemental logging is enabled. This may cause extract process to handle key update incorrectly if key column is not in first row piece
Cause
This is due to a regression bug( handled via Bug 16857778)
The ogg v11.2.1.0 4 and lower could process the same archive log without any issues.
Solution
The solution is to use a OGG build which have the Bug 16857778.
The workaround is to
1) use v11.1.x or v11.2.1.0.4(or lower) to process the specified archive log.
Or
2) Use the undocumented parameter " TRANLOGOPTIONS DISABLESUPPLOGCHECK" . Once it bypass the problematic archive log file remove the same.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24996904/viewspace-1176069/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- GGS ERROR 190 No Minimum Supplemental Logging Is EnabledError
- supplemental logging總結
- 深入認識Oracle Supplemental loggingOracle
- nologging、force logging、supplemental log的理解
- 測試dns時報Error: Dynamic update is not enabledDNSError
- Logical Standby中的supplemental logging和rely disable constraintAI
- DML ERROR LOGGING總結Error
- Inserting Data with DML Error Logging(轉)Error
- jQuery :enabledjQuery
- ERROR3948: Loading local data is disabled - this must be enabled on both the client and server sidesErrorclientServerIDE
- 附加日誌(supplemental log)
- GoldenGate Supplemental Log DataGo
- oracle設定supplemental logOracle
- Oracle dataguard報錯:Error 1017 received logging on to the standbyOracleError
- Oracle 補充日誌(supplemental log)Oracle
- B - Minimum Sum
- Range Minimum Sum
- oracle 11g使用DML Error Logging來避免bulk insert故障OracleError
- Oracle supplemental log的兩種型別Oracle型別
- CSS E:enabled 選擇器CSS
- REST is not enabled. use -rest to turn onREST
- dba_enabled_traces 資料
- 主庫報 Error 12154 received logging on to the standby PING[ARC2]Error
- 為什麼要Supplemental Log(追加日誌)
- 10g Supplemental Log 設定與取消
- Supplemental log VS add trandata on OGG for oracleOracle
- The Execute Disable/No Execute CPU feature is not enabled for this machineMac
- go - LoggingGo
- Leetcode Minimum Path SumLeetCode
- LintCode-Minimum Subarray
- Oracle10g Supplemental Log(追加日誌) [final]Oracle
- 關於oracle10g Supplemental Log (追加日誌)Oracle
- SSH Server CBC Mode Ciphers Enabled漏洞修復Server
- Java訪問SSL enabled DB2 DatabaseJavaDB2Database
- How to Check whether SELinux is Enabled or Disabled [ID 432988.1]Linux
- LintCode-Minimum Path Sum
- Leetcode-Minimum Path SumLeetCode
- [LeetCode] Minimum Size Subarray SumLeetCode