DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: how to temporarily disable on delete cascade

  1. #1
    Join Date
    Dec 2002
    Posts
    110

    how to temporarily disable on delete cascade

    Hi all

    i would like to know if this is possible

    how to temporarily disable on delete cascade but not the constraint

    i want to delete a row from the primary key table but i dont want the data from the foreign key to be deleted even though there is an on delete cascade set.

    how do i temporarily disable on delete cascade from firing without disabling the constraint


    Rgrds

  2. #2
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    how about deferring the constraint?
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width