How to fix the Oracle error ORA-31489: invalid DDL_MARKERS value?
In this post, you’ll learn more about the Oracle ErrorORA-31489: invalid DDL_MARKERS value with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-31489: invalid DDL_MARKERS value
Reason for the Error ORA-31489: invalid DDL_MARKERS value
A DDL_MARKERS value of ‘y’ was specified for an synchronous change table.
How to fix the Error ORA-31489: invalid DDL_MARKERS value ?
You can fix this error in Oracle by following the below steps
Specify a DDL_MARKERS parameter value of ‘n’ and call the procedure again.
Leave Your Comment