Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Delete Rules
Hi,
The problem is related to your foreign keys. I think that if you
update you foreign keys with
'ON DELETE CASCADE' there won't be any problem with deleting.
tg
ps
the constraint should be defined as follow:
constraint constraint_name foreign key column_name on delete cascade
Received on Fri Oct 15 1999 - 07:12:41 CDT
![]() |
![]() |