Question about Change Data Capture (CDC) in Oracle 12c
From the note 1644090.1:
“Oracle Change Data Capture is NOT included in Oracle Database 12c and has been replaced with Oracle GoldenGate.”
However, I just installed our current configuration for CDC in 11g on 12c and all the packages are still there and it seems to work fine:
DBMS_CDC_SUBSCRIBE
DBMS_CDC_PUBLISH
DBMS_APPLY_ADM
“. . . has been replaced with Oracle GoldenGate.”
By replaced, does this mean that there’s a scaled down piece of GoldenGate to replace CDC that comes with EE or that we now have to purchase an additional license?
Thanks.