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

Oracle Error Message

ORA-02435: cannot disable unique(string) – unique key not defined for table

Reason for the Error

attempted to disable a unique key that is not deined for the table.

Solution

None