All Oracle Error Codes
Oracle DBA Forum
ORA-02292:
integrity constraint (
string
.
string
) violated - child record found
Cause:
attempted to delete a parent key value that had a foreign key dependency.
Action:
delete dependencies first then parent or disable constraint.