integrity constraint - violated - child record
Cause: attempted to delete a parent key value that had a foreign key dependency.
Action: delete dependencies first then parent or disable constraint.
Cause: attempted to delete a parent key value that had a foreign key dependency.
Action: delete dependencies first then parent or disable constraint.
chek the constarints :-
ReplyDeleteselect * From user_constraints where constraint_name = 'YOUR_CONSTRAINT_NAME';
select * from user_cons_columns where constraint_name = 'YOUR_CONSTRAINT_NAME';