How to fix the Oracle error ORA-16305: procedure not supported on a logical standby?
In this post, you’ll learn more about the Oracle ErrorORA-16305: procedure not supported on a logical standby with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-16305: procedure not supported on a logical standby
Reason for the Error ORA-16305: procedure not supported on a logical standby
A call was made to DBMS_LOGSTDBY.EDS_EVOLVE_TABLE on a logical standby database which can only be called on a primary database
How to fix the Error ORA-16305: procedure not supported on a logical standby ?
You can fix this error in Oracle by following the below steps
Call DBMS_LOGSTDBY.EDS_EVOLVE_TABLE on the primary database
Leave Your Comment