Oracle GoldenGate Error Messages

OGG-06060

Before image record for table {0} does not exist. Either use primary key columns for THREADRANGE or specify the GETUPDATEBEFORES parameter for Extract.


Cause

The THREADRANGE parameter contains a column that is not a primary key and the trail does not contain before image records for that table. The THREADRANGE parameter uses the before image for update operations, but cannot find one in this case, because before images are not logged unless the GETUPDATEBEFORES parameter is specified for Extract.


Action

Either use primary key columns for the THREADRANGE clause or add GETUPDATEBEFORES to the Extract parameter file. Contact Oracle Support if the error persists.