Oracle DBA, How To, Error, Cause and Action

ORA-02432: cannot enable primary key - primary key not defined for table

ORA-02432: cannot enable primary key - primary key not defined for table




Cause: Attempted to enable a primary key that is not defined for the table.




Action: Need to add a primary key definition for the table.