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: PCTFREE=0 and updates

Re: PCTFREE=0 and updates

From: Howard J. Rogers <dba_at_hjrdba.com>
Date: Fri, 12 Apr 2002 05:29:25 +1000
Message-ID: <a94o96$qhf$1@lust.ihug.co.nz>


Number is an inherently variable data type. So the answer is no, not if you want to avoid row migration.

Don't forget, too, that a column declared as a CHAR, but nullable, is also inherently variable. So the existence of such columns would also tend to make row migration a likely problem.

Regards
HJR

--
-----------------------------------------------
Resources for Oracle : http://www.hjrdba.com
===============================

"Robert Eden" <rmeden_at_yahoo.com> wrote in message
news:0WXs8.77499$Bk1.2956268680_at_newssvr30.news.prodigy.com...

> If I only update statically sized columns in a table ( NUMBER, CHAR (not
> VARCHAR)) can I sent PCTFREE to 0 to avoid the (default) 10% waste? (no
> nulls involved)
>
> The Oracle docs aren't clear on the types of operations that change "row
> size".
>
> Robert
>
>
Received on Thu Apr 11 2002 - 14:29:25 CDT

Original text of this message

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