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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Oracle support for cascade update?

Re: Oracle support for cascade update?

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: 2000/08/08
Message-ID: <398FFD35.5354@yahoo.com>#1/1

Jeffery Cann wrote:
>
> Greetings
>
> In Toby Teorey's 'Database Modeling and Design' (BTW - A great book), he
> shows some DDL examples for foreign keys:
>
> ...foreign key ( col ) references table
> on delete cascade
> on update cascade
>
> Oracle does not support the 'update cascade' clause. Is this clause
> part of the ANSI SQL92 standard? Why doesn't Oracle support it? Do
> other vendors support it?
>
> Thannks
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.

You can implement it with triggers...

See http://osi.oracle.com/~tkyte

HTH

-- 
===========================================
Connor McDonald
http://www.oracledba.co.uk

We are born naked, wet and hungry...then things get worse
Received on Tue Aug 08 2000 - 00:00:00 CDT

Original text of this message

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