Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Alter Table On Update Cascade

XaviAug 13 2010 — edited Aug 13 2010
Hi there.

I have this constraint

ALTER TABLE PROT_REL_LINEAS_CONTRATOS ADD (
FOREIGN KEY (ID_LINEA_RIESGO)
REFERENCES PROT_LINEAS_RIESGO (ID_LINEA_RIESGO)
ON DELETE CASCADE);
But I want to add ON UPDATE CASCADE too

Is it possible?
Thanks in advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 10 2010
Added on Aug 13 2010
7 comments
3,471 views