Oracle DBA, How To, Error, Cause and Action

ORA-02442: Cannot drop nonexistent unique key

ORA-02442: Cannot drop nonexistent unique key


Cause:


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



Action:


make sure column list for unique constraint is correct.

No comments:

Post a Comment

Thanks for your comment.