Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Delete Rules

Re: Delete Rules

From: Tomasz Gołebiowski <tgolebiowski_at_digest.com.pl>
Date: Fri, 15 Oct 1999 14:12:41 +0200
Message-ID: <38071A38.AD57BAF5@digest.com.pl>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US