Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Reorder Primary Key - any problem?

Re: Reorder Primary Key - any problem?

From: Phil <phil_at_nospamthanks.com>
Date: Thu, 02 Sep 2004 10:47:06 -0400
Message-ID: <opSdndGnkZZcr6rcRVn-gg@golden.net>


t53864 wrote:

> I need to reorder the primary key of a table. Say,
>
> Primary Key (field1, field2)
>
> changed to:
>
> Primary Key (field2, field1)
>
> Would like to know if this creates any problem to the
> database?

Primary key index would have different column ordering. Might impact performance depending on your queries. Received on Thu Sep 02 2004 - 09:47:06 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US