GGS ERROR 190 No Minimum Supplemental Logging Is Enabled
Applies to:
Oracle GoldenGate - Version 4.0.0 and laterInformation in this document applies to any platform.
Fix
Starting Extract you see the error:
GGS ERROR 190 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.
What should I do?
- Check to see if Supplement Logging is enabled in the database, and if it is not, enable it.
- Delete and Re-add your Extract(or alter extract
tranlog begin now)
Do the following query in SQLPLUS from an account with DBA Privilidge.
If any of the columns in this query return YES, you DO have Supplemental Logging enabled and you would have to examine other possible security problems in the database.
SQL > select SUPPLEMENTAL_LOG_DATA_MIN SLDM, SUPPLEMENTAL_LOG_DATA_PK SLP, SUPPLEMENTAL_LOG_DATA_UI SLU, FORCE_LOGGING FL from v$database;
SQL > SLDM SLP SLU FD
------ ---- ----- ----
NO NO NO NO
Since they are all "NO", Supplemental Logging is NOT enabled in your database in this example. If any of the fields return YES it is enabled.
You should also have Supplmental Logging enabled for every Table in your Replicat you are capturing updates for, Supplemental Logging ensures all the Key Data is put in the Redolog.
To enable Supplemental Logging in your database please follow the instructions in Knowledge Base Ticket Note 965876.1.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/15747463/viewspace-752537/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ERROR OGG-00730 No minimum supplemental logging is enabledError
- AIX: 'GGS ERROR 190 ... : Received Signal: OMVS Shutdown (33).' [ID 969596.1]AIError
- supplemental logging總結
- 深入認識Oracle Supplemental loggingOracle
- GGS ERROR 160 Bad column indexErrorIndex
- nologging、force logging、supplemental log的理解
- ogg GGS ERROR 500 Could not find archived logErrorHive
- 測試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
- Materialized View Logs (190)ZedView
- 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
- oracle 10g rac ggs關鍵引數配置Oracle 10g
- LeetCode 第 190 題 (Reverse Bits)LeetCode
- The Execute Disable/No Execute CPU feature is not enabled for this machineMac
- go - LoggingGo
- Leetcode Minimum Path SumLeetCode
- LintCode-Minimum Subarray
- 【故障-ORACLE】GGS_STICK出來大量鎖的問題Oracle
- Oracle10g Supplemental Log(追加日誌) [final]Oracle