Jul 2, 2002 #1 ofsouto Programmer Joined Apr 29, 2000 Messages 185 Location BR when I create a table on SQL-Server I can use "NOCHECK" option to add primary and foreign key. Is there any similar option on Oracle?
when I create a table on SQL-Server I can use "NOCHECK" option to add primary and foreign key. Is there any similar option on Oracle?
Jul 3, 2002 #2 ija Programmer Joined Feb 13, 2002 Messages 38 Location CZ If you mean to create constraint without making it active, try "DISABLE". Upvote 0 Downvote
Jul 4, 2002 #3 spenglerr IS-IT--Management Joined Feb 15, 2002 Messages 154 Location DE Look in the documentation for DISABLE constraints and for NOVERIFY. Upvote 0 Downvote