Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Q: OK to reset PCTINCREASE on the SYSTEM tablespace?

Re: Q: OK to reset PCTINCREASE on the SYSTEM tablespace?

From: Brian Peasland <dba_at_remove_spam.peasland.com>
Date: Thu, 5 Feb 2004 16:50:03 GMT
Message-ID: <4022743B.AD237B04@remove_spam.peasland.com>


If the tablespace(s) in question is Dictionary Managed, and you set the default PCTFREE=0 for that tablespace, then SMON will no longer coallesce free space. This may cause problems with future extent allocations, or it may not. It all depends.

If the tablespace is Locally Managed, then don't worry about PCTINCREASE for these tablespaces as Oracle is ignoring it anyway.

HTH,
Brian

Jeremy Henty wrote:
>
> I have some legacy databases where PCTINCREASE = 50 on some
> tablespaces, including SYSTEM. Is there any risk in resetting
> it to 0? I have done so successfully with other tablespaces,
> but I am nervy about touching SYSTEM. Are there any pitfalls?
>
> Thanks in advance,
>
> Jeremy Henty

-- 
===================================================================

Brian Peasland
dba_at_remove_spam.peasland.com

Remove the "remove_spam." from the email address to email me.


"I can give it to you cheap, quick, and good. Now pick two out of
 the three"
Received on Thu Feb 05 2004 - 10:50:03 CST

Original text of this message

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