sql - ORA-02292: integrity constraint violated - child record found -


when try delete user interface of application, integrity constraint

ora-02292: integrity constraint (v.fk_s) violated - child record found..

but not able see constraint in all_constraints:

select table_name all_constraints owner = 'v' , constraint_name = 'fk_s'; 

i guess missing here. tips search further?


Comments