Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Unique and non unique index
Mark is correct. Oracle started supporting the use on non-unique
indexes to support PK and UK constraints with version 8.0. Optional
syntax for the constraint clauses provide the DBA with the means to
take control of the type, naming, location, and storage parameters for
the indexes used to enforce constraints. It is advisable to use this
feature rather than just accept the database defaults.
IMHO -- Mark D Powell -- Received on Wed Mar 15 2006 - 10:54:37 CST
![]() |
![]() |