Oracle Solution for Error ora-16229

Solution for Oracle Error ORA-16229

ORA-16229: PDML child string string string for parent string string string cannot be skipped.

What triggered the Error:

A request was made to skip a parallel DML child transaction id. This is not supported.

What should we do to fix it:

Using the DBMS_LOGSTDBY.UNSKIP_TRANSACTION procedure, remove the child transaction id, then specify the parent transaction id using DBMS_LOGSTDBY.SKIP_TRANSACTION if appropriate.