DBAsupport.com Forums - Powered by vBulletin
Results 1 to 6 of 6

Thread: Buffer Cache Hit Ratio

  1. #1
    Join Date
    Aug 2000
    Location
    York - England
    Posts
    33
    Hi

    We have a database that had a Buffer Cache Hit Ratio of 24% average through the day.
    The database has a block size of 8k
    The DB_BLOCK_BUFFERS was set to 200

    I changed this to 2000 and yet the buffer cache hit ratio has hardly improved. I have checked 'DBWR make free requests' from V$SYSSTAT and bfore the change this was 16000+ since the change it is now 0

    Is this low hit ratio due to the fact that the DB may have few users connected. It is not a heavily used system

    Cheers
    Slaine
    :p :p :p

  2. #2
    Join Date
    Jul 2000
    Posts
    53
    If there have been few requests for data then 24% may not be as bad as you think.
    If the DB has been up for a while then over time you should see an improvement.
    How big is the system?

    If the system is not big then 8K block size may be too big. You may be flushing the SGA more often than you should be because queries make frequent retrieves and flush the sga.......

    May be a smaller db_block_size (DB rebuild) would result in only the data required being pulled into mem??????????
    If you have time to play with the DB then try that.



  3. #3
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    Did you bounce the database after changing the parameter?

  4. #4
    Join Date
    Aug 2000
    Location
    York - England
    Posts
    33
    Yup
    The database was 'bounced' and the parameters were checked in V$PARAMETER

    Cheers
    :p :p :p

  5. #5
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    The other reason could be many full table scan occurs. Examine the sql statements from v$sqlarea and watch diskreads column.

  6. #6
    Join Date
    Jun 2000
    Posts
    5
    Hi Slaine,

    Before start Buffer Cache tuning - complete tuning of Shared Pool

    How to tune Buffer Cache:
    [url]http://www.geocities.com/ageldutes/references/pt_buffer_cache.html[/url]

    Shared pool:
    [url]http://www.geocities.com/ageldutes/references/pt_shared_pool.html[/url]
    Alexander Geldutes

    Home-page: http://www.daboncall.net

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width