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: DB_BLOCK_BUFFERS deprecated

Re: DB_BLOCK_BUFFERS deprecated

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Fri, 3 May 2002 20:18:04 +0100
Message-ID: <1020453625.13053.0.nnrp-01.9e984b29@news.demon.co.uk>

Yes,

But in this case you simply replace db_block_buffers with db_cache_size. The cache is then split into granules (as is the whole SGA) of 4MB or 16MB, and for the db_cache_size, each granule contains buffers and buffer headers.

This is part of the infrastructure that allows dynamic reallocation of SGA memory to
different parts of the SGA.

--
Jonathan Lewis
http://www.jlcomp.demon.co.uk

Author of:
Practical Oracle 8i: Building Efficient Databases

Next Seminar - Australia - July/August
http://www.jlcomp.demon.co.uk/seminar.html

Host to The Co-Operative Oracle Users' FAQ
http://www.jlcomp.demon.co.uk/faq/ind_faq.html



Marc Blum wrote in message <3cd2dbe6.887726_at_news.online.de>...

>Hi,
>
>just read in the 9i documentation, that DB_BLOCK_BUFFERS is a
>deprecated parameter. So, what's going on behind the scenes? A major
>redesign of the SGA?
>
>regards
>Marc Blum
>mailto:marc_at_marcblum.de
>http://www.marcblum.de
Received on Fri May 03 2002 - 14:18:04 CDT

Original text of this message

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