Seema,

PCTINCREASE - always 0.

PCTFREE - for lookup (code) tables = 10 for others, I use 20.  My theory is
that lookup tables have little or no updates, so this value should be small.
If you have a high-update tables (columns that are updated a 8lot* after the
record was created, you may want a higher value here.

PCTUSED - for lookup (code) tables = 90, for others, I use 80.  Again, for
lookup tables with little or no updates, I fill the data blocks as high as
possible.  For other tables, I currently use 80 as a starting point.  

You will get many opinions here - read the docs to determine what you think
is best for you.

Hope this helps.

Tom Mercadante
Oracle Certified Professional


-----Original Message-----
Sent: Wednesday, April 17, 2002 5:38 PM
To: Multiple recipients of list ORACLE-L


Hi
WHat is best practices for PCTFREE,PCTUSED AND PCT_INCREASE value at object 
level?
Thx
-seema




_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Seema Singh
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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.com
-- 
Author: Mercadante, Thomas F
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to