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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Partition Question

Re: Partition Question

From: Uchakra <uchakra_at_aol.com>
Date: 2000/06/01
Message-ID: <20000531225333.09535.00000005@ng-fy1.aol.com>#1/1

That's correct.

The primary key needs to be created
using

alter table table_name
add primary key using index
{
partition1 tablespace1

....
partition n tablespace n
}

Hope this is useful.

Regards
}
  Received on Thu Jun 01 2000 - 00:00:00 CDT

Original text of this message

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