Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Is Primary Key always the index of the table in Oracle?
On 6 Mar 2007 08:00:39 -0800, "fitzjarrell_at_cox.net"
<fitzjarrell_at_cox.net> wrote:
...
>
>Actually what you can do is use a non-unique index for a primary key
>constraint. You cannot have a primary key constraint without an
>index.
>
>
>David Fitzjarrell
>
...
Yes you can (you cannnot do DML on the tabel then though). This has
its use in a datawarehouse when a table only changes during load. When
loading:
The last step is quicker than with an index, and you spare the space of the index.
Jaap. Received on Wed Mar 07 2007 - 02:13:57 CST
![]() |
![]() |