Oracle Error ORA-02434: cannot enable unique(string) – unique key not defined for table

Oracle Error Message

ORA-02434: cannot enable unique(string) – unique key not defined for table

Reason for the Error

attempted to enable a unique key that is not defined for the table.

Solution

None