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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Primary index storage

Re: Primary index storage

From: janet <janet_at_telesph.com>
Date: 1996/12/16
Message-ID: <32B59FAF.5417@telesph.com>#1/1

For tables which exist and primary keys which don't: alter table table_name
add constraint table_name_pk primary key (col1,col2)
using index tablespace tbspc_name
storage (initial xx next xx pctincrease xx) /

HTH janet

Angelito Dizon wrote:
>
> Since Oracle automatically creates primary indexes, how can I specify
> storage parameters for a primary index?
>
> Thanks,
> Lito
>
> Lito Dizon
> adizon_at_us.net
Received on Mon Dec 16 1996 - 00:00:00 CST

Original text of this message

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