Oracle GoldenGate Error Messages

OGG-05323

The number of columns ({0}) in user table '{2}' does not match that of CDC table '{3}' ({1}). Please execute DELETE TRANDATA followed by ADD TRANDATA for table '{2}' in order to synchronize the metadata. Unprocessed change records in the CDC table will be lost and will require manually resyncing the source and target table.


Cause

The number of columns in the user table is not the same as CDC table.


Action

See Using Oracle GoldenGate for Heterogeneous Databases for information on handling ALTER TABLE statement in CDC.