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 -> Oracle and Foreign Key

Oracle and Foreign Key

From: Mariano <mariano.calandra_at_gmail.com>
Date: 16 Dec 2006 06:31:58 -0800
Message-ID: <1166279518.031276.296230@16g2000cwy.googlegroups.com>


In oracle exist ON UPDATE clause in Foreign Key syntax? I've write:

...

	 CONSTRAINT "MALATTIE_SINTOMI_FK2"
           FOREIGN KEY ("ID_SIN")
	   REFERENCES  "SINTOMO" ("ID_SIN")
           ON DELETE SET NULL
           ***
                 ENABLE

...

at place of ***, I've tried to write ON UPDATE CASCADE, but code go in error.
It is possible that Oracle don't support ON UPDATE clause in FOREIGN KEY? Received on Sat Dec 16 2006 - 08:31:58 CST

Original text of this message

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