Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: PctUsed and PctFree when using LMT and 9.2.0.4 on Aix
Hi!
> I just noticed something that I think is strange. I am creating a new
Curam
> database in a 9.2.0.4 AIX 5.2 machine. I am using all Locally Managed
> Tablespaces. The Create Table scripts all have a pctfree and pctused
entry.
>
> When I look at user_tables, the pctfree entry is noted, but pctused is
null.
> Does this sound strange to anyone else?
Your tablespace is in automatic segment space management (ASSM) mode. In that case you can't explicitly set PCTUSED, instead Oracle will use 4 freeness levels for table blocks internally (in addition to 2 special statuses), putting block back to "free" status when block usage drops at least one level below PCTFREE.
Tanel.
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Thu Feb 05 2004 - 12:49:38 CST
![]() |
![]() |