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

Home -> Community -> Usenet -> c.d.o.server -> Re: Integrity CONSTRAINT Issue

Re: Integrity CONSTRAINT Issue

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Tue, 22 Aug 2000 23:29:34 +0200
Message-ID: <967008312.20325.1.pluto.d4ee154e@news.demon.nl>

drop the constraint and recreate it with on delete cascade added.

Regards,

Sybrand Bakker, Oracle DBA

<pmohanan_at_my-deja.com> wrote in message news:8numej$9hd$1_at_nnrp1.deja.com...
> Hi..All,
>
> I am having an issue here. For eg. if there are 2 tables tab_a &
> tab_b. I created the table tab_b with constraint on tab_b as one of the
> column tab_b.prim_key references tab_a(prim_key).
>
> Now, after I created the table tab_b, I want to modify the contraint &
> allow "ON DELETE CASCADE" also in there.
>
>
> How do i do that.
>
> TIA,
>
> Praveen
>
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Tue Aug 22 2000 - 16:29:34 CDT

Original text of this message

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