Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Create Primary Keys in Parallel
Don, two comments:
once you have created a unique index in Oracle, declaring a primary key
becomes very fast and easy -- because Oracle will find the existing index
and use it to protect the primary key constraint.
you can also create/declare primary key constraints *without* enabling them immediately, and then enable them in parallel.
So I think the book gives the wrong suggestion, for two reasons...
Lex.
Hi,
Is it possible to create a primary key in parallel?. I happened to see a book on Oracle data warehousing which recomments to create only unique indexes (and no primary keys) in data warehouse. The author says Unique indexes can be created in parallel and primary keys do not support parallel creation. We are a non-Oracle shop building the first Oracle database and this is going to be large reporting database in Oracle 9i. Please pardon me if the question is too basic.
Regards,
Don
--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l
Received on Mon Feb 14 2005 - 06:00:58 CST