Oracle DBA, How To, Error, Cause and Action

ORA-16304: procedure must first be called on primary database

ORA-16304: procedure must first be called on primary database


Cause:


A call was made to DBMS_LOGSTDBY.EDS_ADD_TABLE on a logical standby database without having first called it on the primary database.



Action:


Call DBMS_LOGSTDBY.EDS_ADD_TABLE on the primary database and then retry on the standby.

No comments:

Post a Comment

Thanks for your comment.