Oracle GoldenGate Error Messages

OGG-05370

For optimal performance, enable the NOT FOR REPLICATION option in the identity column of table {0}.


Cause

The specified table has an identity column which requires additional SQL commands to insert an explicit value to an identity column. See SQL Server documentation for details on the NOT FOR REPLICATION option.


Action

Enable the NOT FOR REPLICATION option in the identity column of the specified table.