Database Error Messages

OCI-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.