ORA-02292: integrity constraint (string.string) violated - child record found
What triggered the Error:
attempted to delete a parent key value that had a foreign key dependency.What should we do to fix it:
delete dependencies first then parent or disable constraint.