Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: INIT initial Extend For Primary Key Index ??
On Mon, 2 Aug 1999 10:45:10 +0200, "John Lescaut"
<developpement_at_cantoriel.fr> wrote:
Hi John
>
>I'd like to set the initial extend of a primary key index,
so you have to do it with USING INDEX-Syntax
Try for example:
Alter table Table1 Add constraint PK_Table1 primary key ( test1 , test2 ) USINF INDEX PCTFREE 20
TABLESPACE user_x STORAGE (INITIAL 60K NEXT 6K);
Bye
--
Reinhard
![]() |
![]() |