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

Thread: what is the command to disable foreign key?

  1. #1
    Join Date
    Jan 2002
    Posts
    28
    Thank you!

  2. #2
    Join Date
    May 2001
    Location
    San Francisco, California
    Posts
    511
    alter table {ur_table}
    disable constraint {fk_constraint};
    Remember the Golden Rule - He who has the gold makes the rules!
    ===================
    Kris109
    Ph.D., OCP 8i, 9i, 10g, 11g DBA

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