Oracle Error ORA-02292: integrity constraint (string.string) violated – child record found

Oracle Error Message

ORA-02292: integrity constraint (string.string) violated – child record found

Reason for the Error

attempted to delete a parent key value that had a foreign key dependency.

Solution

delete dependencies first then parent or disable constraint.