How to fix the Oracle error ORA-31468: cannot process DDL change record?

In this post, you’ll learn more about the Oracle ErrorORA-31468: cannot process DDL change record with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

ORA-31468: cannot process DDL change record

Reason for the Error ORA-31468: cannot process DDL change record

The change set has stop_on_ddl enabled and was trying to process a DDL change record.

How to fix the Error ORA-31468: cannot process DDL change record ?

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

Check the alert log to find out what the DDL record contained. Make any necessary changes to the change tables. Call ALTER_CHANGE_SET with recover_after_error and remove_ddl set to ‘Y’.

Tags :

Leave Your Comment