How to fix the Oracle error ORA-16229: PDML child string string string for parent string string string cannot be skipped.?

In this post, you’ll learn more about the Oracle ErrorORA-16229: PDML child string string string for parent string string string cannot be skipped. with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

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

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

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

How to fix the Error ORA-16229: PDML child string string string for parent string string string cannot be skipped. ?

You can fix this error in Oracle by following the below steps

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.

Tags :

Leave Your Comment