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: Buffer cache hit very low...!!!

Re: Buffer cache hit very low...!!!

From: Chirag DBA <chiragdba_at_gmail.com>
Date: Wed, 14 Sep 2005 16:13:17 -0400
Message-ID: <1a3629600509141313620b7f6c@mail.gmail.com>


Well, As I said to all,
 SELECT NAME,100-PHYSICAL_READS/(DB_BLOCK_GETS + CONSISTENT_GETS) FROM V$BUFFER_POOL_STATISTICS;
 the above query was showing 96% cache hit but in OEM it was very low, need to know hw oracle is calculating that in new OEM. (10g).  and I agree with that the 250mb SGA is very low for 40GB DB. Need to increase that gradually.
 I have prioritize to calling GEICO for now.  regards - Chirag

 On 9/14/05, Niall Litchfield <niall.litchfield_at_gmail.com> wrote:
>
> On 9/14/05, Niall Litchfield <niall.litchfield_at_gmail.com> wrote:
> >
> > On 9/14/05, Michael McMullen < ganstadba_at_hotmail.com> wrote:
> > >
> > > Well, I did ask for platform. And a 40Gb database on windows 2000 SE,
> > > how
> > > many people have those?
> >
> > SQL> select sum(bytes)/1024/1024/1204 SizeGB
> > 2 from dba_data_files;
> >
> > SIZEGB
> > ----------
> > 48.75
> >
>
> Michael kindly pointed out that this isn't the best definition of GB in
> the universe. 1204 not being a fantasticly good number. This is why I
> normally script everything - inability to type.
> --
> Niall Litchfield
> Oracle DBA
> http://www.niall.litchfield.dial.pipex.com
>

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Sep 14 2005 - 15:15:20 CDT

Original text of this message

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