Oracle GoldenGate Error Messages

OGG-05371

The check constraint in table {0} is not enforced on insert, update, or delete operation executed on this connection.


Cause

The check constraint in the specified table is set to NOT FOR REPLICATION. In this mode, the target database does not enforce the check constraint when insert, update or delete operation is performed by Replicat as a replication agent. The assumption is that the constraint checking was performed by the source database.


Action

None.