Add Trandata With Cols Option Is Not Working Using OGG 12.3 CDC Build For SQLSERVER
(Doc ID 2464851.1)
Last updated on APRIL 09, 2020
Applies to:
Oracle GoldenGate - Version 12.3.0.1.3 and laterInformation in this document applies to any platform.
Symptoms
Using Oracle Golden Gate Version 12.3.0.1.6 CDC build for MS Sql Server, there is a requirement to disable CDC logging for one of the columns which is not part of extract table mapping (in extract using table <table_name>, colsexcept col3).
After running below command to ignore C3 column as a part of supplemental logging
ggsci>add trandata <schema>.<tablename> cols (col1, col2, col4 )
When we check the column list in MS Sql Sever CDC table sys.sp_cdc_get_captured_columns @capture_instance = 'Oracle<object ID>'.
We still see the result set consists of all columns including col3.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |