Oracle DBA, How To, Error, Cause and Action

ORA-16276: specified database link does not correspond to primary database

ORA-16276: specified database link does not correspond to primary database


Cause:


The database link specified to DBMS_LOGSTDBY.INSTANTIATE_TABLE did not link to the primary database for this logical standby database.



Action:


Specify a database link that corresponds to the primary database for this logical standby database. The link should have privileges to read and lock the table being instantiated, as well as the SELECT_CATALOG_ROLE.

No comments:

Post a Comment

Thanks for your comment.