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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -