Parent and child table are reference partitioned using a FK constraint. Row movement is enabled on both tables.
When an existing record in the parent table is being updated, and the partition key is changed such that the row must move to a new partition. Target gets ORA-02292: integrity constraint (CONSTRAINT_NAME) violated - child record found.
WORKAROUND:
Upgrade SharePlex to 7.6.2.59 or above. SharePlex post process will use oracle hint RESTRICT_ALL_REF_CONS to suppress ORA-02922 for delete on parent row to allow transaction to complete.
Row movement should be enabled on both parent and child tables on both source and target servers.
STATUS:
This issue is fixed in SharePlex 7.6.2.59.