Oracle Error Message
ORA-16306: specified table does not have a primary key
Reason for the Error
A call was made to DBMS_LOGSTDBY.EDS_ADD_TABLE for a table that did not have a primary key.
Solution
Add a primary key and retry the operation.
ORA-16306: specified table does not have a primary key
A call was made to DBMS_LOGSTDBY.EDS_ADD_TABLE for a table that did not have a primary key.
Add a primary key and retry the operation.