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: Ganesh Raja <ganesh.raja_at_nospam.mantas.com>
Date: Thu, 02 Sep 2004 14:07:34 +0100
Message-ID: <41371b17_2@mk-nntp-2.news.uk.tiscali.com>


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?

Unless ur application does not failover then yes It is Valid and does not cause any problems to the DB... Make sure u analyze the tables after u do this operation.

-- 

Cheers
Ganesh Raja
ganesh.raja_at_nospam.mantas.com
<Remove nospam to Mail>
Received on Thu Sep 02 2004 - 08:07:34 CDT

Original text of this message

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