Post stopped due to following errors:
ORA-02290: check constraint <str>.<name>violated.
Error: 15033 - Failed to execute SQL on table <str>.<name>
Enabled check constraint on target
To figure out why you are getting this error do the following:
1) Query target table using the constraint name to get the column name
2) Query the source table for that column using the rowid in event_log to find out why this column data violates check constraint on target.
RESOLUTION:
Disable check constraint on target. If this is not possible you can ignore the Oracle error by adding it to the oramsglst.
NOTE: Adding this error to the oramsglst will cause the message to not be posted and possibly cause an out of sync condition for that row.