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: 8i Concept PCTFREE & PCTUSED are 0

Re: 8i Concept PCTFREE & PCTUSED are 0

From: Don Granaman <granaman_at_cox.net>
Date: Sun, 24 Feb 2002 09:13:19 -0800
Message-ID: <F001.00417199.20020224091319@fatcity.com>


I don't think this is true anymore. At one time, PCTUSED had to be set to "1", but as of 8i, at least, it will be put back on the freelist when empty if PCTUSED=0. (I haven't tested it myself, but I believe Dave Ensor.)

-Don Granaman
[OraSaurus]

> Hello Sinardy
>
> PCTUSED means that:
> After a block was filled with records and the free space in the block
> is less then pctfree the block is no longer available for further inserts.
> If however, the data falls beneath PCTUSED the block became again
> available for inserts.
>
> In your example, block will never again became available, even if empty,
> because: After a data block becomes full as determined by PCTFREE, Oracle
> does not consider the block for the insertion of new rows until the
> percentage of the block being used falls below the parameter PCTUSED.
>
>
> Yechiel Adar, Mehish Computer Services
> adary_at_mehish.co.il

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Don Granaman
  INET: granaman_at_cox.net

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Sun Feb 24 2002 - 11:13:19 CST

Original text of this message

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