Skip to Main Content

SQL & PL/SQL

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!

how to modify existing foreign key constraint to on delete cascade

prakashMay 21 2011 — edited May 21 2011
Hi all,

What is sql command for existing foreign key constraint to on delete cascade in oracle.

I have tried with following command, please let me know the corrections.

alter table emp11
modify constraint <constraint_name> on delete cascadel ;




Thanks,
P Prakash

Edited by: 833560 on May 21, 2011 5:15 AM

Edited by: 833560 on May 21, 2011 5:27 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 18 2011
Added on May 21 2011
1 comment
774 views