Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: ON UPDATE CASCADE - is there such a thing?
"harry" <a_at_abc.com> a écrit dans le message de
news:gBCCc.1643$wJ1.15638676_at_news-text.cableinet.net...
> Using Oracle 8i
>
> Is there a statement I can use to force the update of foreign keys if the
> referenced key is changed - similar to ON DELETE CASCADE?
>
> hope this makes sense?
>
> thanks
>
> harry
>
>
There is no ON UPDATE CASCADE but have a look at Tom Kyte Update Cascade package:
http://osi.oracle.com/~tkyte/update_cascade/index.html
Regards
Michel Cadot
Received on Thu Jun 24 2004 - 14:09:28 CDT