Oracle Error Message
ORA-02443: Cannot drop constraint – nonexistent constraint
Reason for the Error
alter table drop constraint
Solution
make sure you supply correct constraint name.
ORA-02443: Cannot drop constraint – nonexistent constraint
alter table drop constraint
make sure you supply correct constraint name.