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

command line - Use qwinsta in PowerShell ISE -

java - Incorrect order of records in M-M relationship in hibernate -

php - I want to create a website for polls/survey like this http://www.poll-maker.com/ -