Oracle DBA, How To, Error, Cause and Action

ORA-16306: specified table does not have a primary key

ORA-16306: specified table does not have a primary key


Cause:


A call was made to DBMS_LOGSTDBY.EDS_ADD_TABLE for a table that did not have a primary key.



Action:


Add a primary key and retry the operation.

No comments:

Post a Comment

Thanks for your comment.