Oracle Error ORA-02297: cannot disable constraint (string.string) – dependencies exist

Oracle Error Message

ORA-02297: cannot disable constraint (string.string) – dependencies exist

Reason for the Error

an alter table disable constraint failed becuase the table has foriegn keys that are dpendent on this constraint.

Solution

Either disable the foreign key constraints or use disable cascade