How to fix the Oracle error ORA-16306: specified table does not have a primary key?

In this post, you’ll learn more about the Oracle ErrorORA-16306: specified table does not have a primary key with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

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

Reason for the Error 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.

How to fix the Error ORA-16306: specified table does not have a primary key ?

You can fix this error in Oracle by following the below steps

Add a primary key and retry the operation.

Tags :

Leave Your Comment