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: Default value of pct_increase

Re: Default value of pct_increase

From: Thomas Vanya <twvanya_at_eastman.com>
Date: 1997/08/05
Message-ID: <01bca1de$14b13260$0cdb74a6@pc88511209.tex.emn.com>#1/1

Just a note on the topic of PCTINCREASE. According to the book "Advanced Oracle Tuning and Administration", you should set PCTINCREASE at the tablespace level to a non-zero value for all tablespaces except SYSTEM, temporary, and rollback. You should then specify a PCTINCREASE of zero for the tables as they are created. The non-zero PCTINCREASE at the tablespace level allows the SMON process to coalesce free exents automatically. In 7.3 you can also do this via ALTER TABLESPACE tspace-name COALESCE;

-- 
Thomas W. Vanya
Oracle and OracleRdb Database Administrator
Eastman Chemical Company
Received on Tue Aug 05 1997 - 00:00:00 CDT

Original text of this message

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