Oracle DBA, How To, Error, Cause and Action

ORA-16305: procedure not supported on a logical standby

ORA-16305: procedure not supported on a logical standby


Cause:


A call was made to DBMS_LOGSTDBY.EDS_EVOLVE_TABLE on a logical standby database which can only be called on a primary database



Action:


Call DBMS_LOGSTDBY.EDS_EVOLVE_TABLE on the primary database

No comments:

Post a Comment

Thanks for your comment.