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: SMON - Does it cause a degrade?

Re: SMON - Does it cause a degrade?

From: Rachel Carmichael <wisernet100_at_yahoo.com>
Date: Sat, 26 Jan 2002 05:04:49 -0800
Message-ID: <F001.003FC1B4.20020126045519@fatcity.com>

do NOT set pctincrease to 1 even in this case.

when you allow SMON to coalesce whenever it wants, it does just that, WHENEVER it wants -- even if you have heavy user activity. So at that time SMON is ignoring what it has to do for the users.

Also, SMON coalesce does a very small coalesce, (I can't remember if it's 8 blocks or 8 extents at a time but it's definitely 8 something) then goes to sleep. Not particularly efficient.

You can "fake out" the 8i features by creating your tablespace with the proper storage parameters (or several tablespaces, following the "small objects", "mid-sized objects", and "large objects" practice -- 3 tablespaces, place tables accordingly) and the creating tables in them WITH NO STORAGE PARAMETERS on the table create statement. This forces the tables to use the tablespace parameters and forces you into extents that are the same size or multiples of one extent size. Which means you can ignore fragmentation.

Your "gray haired" DBA knows what he/she is talking about. You might want to listen. Older doesn't mean senility in most cases, it usually means "I've done this and been bit by it, I learned the hard way, why not take advantage of my experience"

Rachel


Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Rachel Carmichael
  INET: wisernet100_at_yahoo.com

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 Sat Jan 26 2002 - 07:04:49 CST

Original text of this message

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