Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: STORAGE PARAMETER COMPUTE
There was a different named thread on this topic just last week. The
primary answer is it depends on how much data will exist in the initial
load, how much data will be added in X time, and what type of tablespace
management policy is in effect: dictionary, LMT (uniform, autoallocate).
See the archives for more information
HTH -- Mark D Powell --
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Seema Singh
Sent: Monday, March 22, 2004 1:22 PM
To: oracle-l_at_freelists.org
Subject: 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.
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.htmlput 'unsubscribe' in the subject line.
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
![]() |
![]() |