When trying to delete records from a parent table, I'm getting an SQL Error:
[2292] [23000]: ORA-02292: integrity constraint (constraint_name) violated - child record found
though I don't find any records in the child table which the constraint is referring to.
Are there any other possibilities where we might face this error or how to make sure if the error is because of any other child table?