Oracle GoldenGate Error Messages

OGG-01745

Additional columns detected for table {0}. Change data processing may be less efficient until the table is reorganized.


Cause

An ALTER TABLE...ADD COLUMN command was issued to add one or more columns to the specified table.


Action

Reorganize the table to avoid the extra overhead in processing log data for this table. This will ensure that the before image for any future updates match the table definition.