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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: PCTFREE and PCTUSED

RE: PCTFREE and PCTUSED

From: Tim Fleury <Tim_Fleury_at_perlegen.com>
Date: Tue, 04 Nov 2003 15:34:34 -0800
Message-ID: <F001.005D593A.20031104153434@fatcity.com>


To use your numbers, the block can fill to 90% (100-PCTFREE) at which time it comes off the freelist.

If you delete rows until the block falls below 40% used (PCTUSED), the block will go back on the freelist.

-----Original Message-----
Sent: Tuesday, November 04, 2003 3:09 PM To: Multiple recipients of list ORACLE-L

Suppose I have the following settings which happen to be the defaults as well:

PCTFREE 10
PCTUSED 40 I am trying to figure out what PCTUSED is really used for. My book is telling me that is used so that Oracle knows whether to keep a block in the "free-list".

My point is this: If PCTFREE is 10%, that means the block can be up to 90% full, right?

Well, if the block happens to be 60% full at the moment, then Oracle knows that this block is not full enough because 60 is less than 90, so it can keep it in the free list. I dont see what PCTUSED is needed, it kind of seems I can accomplish the same with just one parm, that being PCTFREE. But Oracle wouldnt have just put a parm there without any usage, so I guess there's something I dont see...

Any ideas/examples? Any good reasoning anywhere?

Thanks,
maa

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Maryann Atkinson
  INET: maryann_30_at_yahoo.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Tim Fleury
  INET: Tim_Fleury_at_perlegen.com
Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Nov 04 2003 - 17:34:34 CST

Original text of this message

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