aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

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.

请先 登录 后评论

1 个回答

小智
ORA-16306:指定的表没有主键,
.原因:对没有主键的表进行了对DBMS_LOGSTDBY.EDS_ADD_TABLE的调用。,
.操作:添加主键,然后重试操作。,
.
请先 登录 后评论