Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: *** Index on a Primary Key ????
You could just give it (your index) another name. But there is no need to make an index on the first field of a combined index.
-- ------------ Kind reGards \ / | X | / \ x Gerard . schreef in artikel <62ohet$9rt_at_drn.zippo.com>...Received on Fri Oct 24 1997 - 00:00:00 CDT
> Hello Everybody,
>
> I am trying to create an index on a primary key that's a part of combined
> primary keys (which are all indexed as multiple index ofcoarse). When I
type
> the command
>
> CREATE INDEX xyz_idx on Table_Name (col_name);
>
> This gives me an error message saying that the index already exists, how
can I
> execlude the column I'm trying to create the index on, from the multiple
index
> set on it by the DBA as a part of a combined primary key ??
>
> I don't have the privilage (as a client) to drop and recreate an index on
the
> multiple index that already exists (that was defined by the DBA) I only
have
> the privilage to create a new index in the default table space.
>
> I would really appreciate your reply. Thanks.
>
>
>
> Elhamy
>
![]() |
![]() |