Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> storage parameters
what would be value of storage parameters of following tables?
create table search_types (
modifier_type_key varchar2(50) not null PK , modifier_pretty_type varchar2(100) not null);
assumption: total#of rows=300 , pctfree=5 ,inittrans=1
,pctincrease=0,pctused=40
what would be good value of INITIAL and next ?
thx-seema
![]() |
![]() |