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: why does db_block_buffers always show 0

Re: why does db_block_buffers always show 0

From: Daniel Morgan <damorgan_at_exxesolutions.com>
Date: Sat, 16 Aug 2003 18:07:59 -0700
Message-ID: <3F3ED56F.9A08C78@exxesolutions.com>


Anurag Varma wrote:

> "Eric" <ericw24_at_yahoo.com> wrote in message news:3ji%a.9693$kp4.1283500_at_news20.bellglobal.com...
> > Hi all,
> >
> > I set the parameter db_block_buffers in the parameter file, after restart,
> > it always shows the value is 0. The other parameters I set do show the
> > correct values. Can anyone help explain this to me? I use Oracle 9.2.0.1
> > running on Windows 2000 service pack 3.
> >
> > Eric
> >
> >
>
> db_block_buffers is a deprecated parameter. So you have db_cache_size set instead?
>
> http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96536/ch134.htm#1015750
>
> Anurag

Unless you are working with multiple block sizes in which case you need to configure db_cache_size and the caches for the additional block sizes (other than the one used by the SYSTEM tablespace).

db_2k_cache_size=?
db_4k_cache_size=?
db_8k_cache_size=?
db_16k_cache_size=?
db_32k_cache_size=?

--
Daniel Morgan
http://www.outreach.washington.edu/extinfo/certprog/oad/oad_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Sat Aug 16 2003 - 20:07:59 CDT

Original text of this message

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