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

Oracle Error Message

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

Reason for the Error

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

Solution

Need to add a primary key definition for the table.