Oracle DBA, How To, Error, Cause and Action

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

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.

No comments:

Post a Comment

Thanks for your comment.