Updates Made To Boolean (bit Datatype) Were Not Captured Correctly.
(Doc ID 2409157.1)
Last updated on MARCH 08, 2019
Applies to:
Oracle GoldenGate - Version 12.3.0.1.0 to 12.3.0.1.3 [Release 12.3]Microsoft Windows x64 (64-bit)
Symptoms
Updates made to Boolean (bit datatype) were not captured correctly. update from 0 to 1 is captured correctly but not vice-versa.
and below is the GG filter used on this column, which worked fine when we are on GG Build 12.1 , but stopped working for update case from 1 to 0 since we upgraded to 12.3 (CDC capture).
FILTER (@EVAL(@AFTER(<COLUMN NAME>), 1, 0 OR @AFTER(<COLUMN NAME>) = 0 , 1, @COLTEST(<COLUMN NAME>, NULL), 1,0))
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 |