Oracle Solution for Error ora-02442

Solution for Oracle Error ORA-02442

ORA-02442: Cannot drop nonexistent unique key

What triggered the Error:

alter table drop unique () - unique specification does not exist.

What should we do to fix it:

make sure column list for unique constraint is correct.