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: More Memory the better ...Why not

Re: More Memory the better ...Why not

From: Franklin <member29243_at_dbforums.com>
Date: Mon, 25 Aug 2003 21:10:14 -0400
Message-ID: <3283899.1061860214@dbforums.com>

Well, how about using a 10 gig db_cache_size?

Is there such a thing as too much data buffer RAM?

Actually, all data buffer RAM is hashed, so size is not an issue there, BUT you can degrade performance with a super-sized db_cache_size is when:

1 - You have heavy use of temp tables, truncates or data purging - Oracle must sweep all blocks in the data buffer to clean-out inval;id blocks

2 - High updates - The DBWR must scan the whole data buffer looking for dirty blocks, causing high work for the DBWR process.

--
Posted via http://dbforums.com
Received on Mon Aug 25 2003 - 20:10:14 CDT

Original text of this message

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