ORA-02297: cannot disable constraint (string.string) - dependencies exist
What triggered the Error:
an alter table disable constraint failed becuase the table has foriegn keys that are dpendent on this constraint.What should we do to fix it:
Either disable the foreign key constraints or use disable cascade