Oracle GoldenGate Error Messages

OGG-25513

The Replica identity setting for table '{1}' is set to '{0}' which is not compatible to process the Extract parameters such as NOCOMPRESSUPDATES or NOCOMPRESSDELETES. Set the Replica identity setting to FULL using the ADD TRANDATA '{1}',ALLCOLS command.


Cause

The Replica identity setting for the table is either USING INDEX or DEFAULT, which is not compatible to process the Extract parameters such as NOCOMPRESSUPDATES or NOCOMPRESSDELETES.


Action

Change the Replica identity setting for the given table to FULL using ADD TRANDATA with ALLCOLS command and re-initiate the DML in the source database.