Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> STORAGE PARAMETER COMPUTE
Hi,
How to compute table storage parameters INITIAL value ?
Total# of rows=20,000
PCTFREE=15 PCTUSED=75 PCTFREE=0
fr_category integer not null, (Integer 38) to_category integer not null, (integer 38) weight integer not null default 5 check (weight between 1and 10),
constraint CAT_TO_CAT_PK PRIMARY_KEY (from_category, to_category),
foreign key (from_category) references categories(category_id), foreign key (to_category) references categories(category_id));
Please advice.
Thx -Seema
Thanks for your help on this.
![]() |
![]() |