Tivolo storage manager error message is Database Cache Hit Ratio is too low

Hi  basis friends,we are performing incremental backup from mon-fri.from past two days i was getting error message as 'data base cache hit ratio is too low (97.3,98)and increase buffer pool size value.what is the problem for this error message? how can i overcome this error? give me detail analysis to the issue please.
Thanks and regards,
Nani

Hello Nani,
The database buffer cache hit ratio is the proportion of Oracle logical reads that do not require operating system (OS) read calls.
When an Oracle session accesses a block, Oracle executes an instruction path that determines whether or not that block is already in the database buffer cache. We refer to this instruction path as an Oracle logical I/O call.. If the block is not in the buffer cache, then Oracle will execute an OS read call. We refer to this as a physical I/O call.It must be ideally close to 99% and since in your case it is low,that is why you are getting these errors
Now to increase this you will have to increase the vakue of shortbuffer pool size as suggested by Tivolii.
Fo that you wil have to increase the value of parameter DB_CACHE_SIZE if you are using Oracle 9i.
Go through the following link http://download.oracle.com/docs/cd/B13789_01/server.101/b10752/memory.htm
which will help you understand the concept better
Hipe it helps
Rohit

Similar Messages

  • Database cache  hit ratio is very low  is about 11%

    Dear all,
    Our SAP ERP development server is on sap distributed environment in
    vmware esxi environment.
    centeral instance information
    AEOM1SAP08(172.16.1.87)
    RAM : 4 GB
    CPU : 4 core processors 2.93 Ghz, 2.93 Ghz
    SWAP : 25 GB
    database server information
    AEOM1SAP04(172.16.1.83)
    RAM : 20 GB
    CPU : 8 core processors 2.93 Ghz, 2.93 Ghz
    swap :40 GB
    database server consist of three database instance
    AED sap erp development server(database buffer pool memory 8GB)
    EDE sap enterprise portal server (database buffer pool memory 8 GB )
    AES sap solution manager server (the database currently stopped )
    RAM : 11 GB utillization of database server about 20 GB
    In st04 transaction memory parameters
    physical size of memory --> 20 GB
    current database memory --> 8GB
    database cahe memory --> 5 GB and Hitratio:11%
    proc cache memory --> 1.5 GB and Hitratio 98%
    SQL memory setting --> FIXED
    and the warning are coming as follows
    latch wait time per request(ms) execeeds 20 milliseconds
    wait time per log write(ms) execeeds 10 milliseconds
    check the IO performance of the database server
    and In SM12 large of tables are locking and is running very slow users
    are not able perform their work in development server
    below iam attaced required information
    thanks and regards
    sudheerk
    7382383262

    Hello,
    Please check
    Note #987961 FAQ: SQL Server I/O performance
    regards,
    John Feely

  • Database Cache Hit ratio is very less

    Hi All,
    my live database Cache Hit ratio is very less. can some one proposed relevant solution for that.
    SELECT (1-((phy.value-phyd.value) / (cur.value + con.value))) * 100 "Cache Hit ratio"
    FROM v$sysstat cur, v$sysstat con, v$sysstat phy, v$sysstat phyd
    WHERE cur.name = 'db block gets'
    AND con.name = 'consistent gets'
    AND phy.name = 'physical reads'
    AND phyd.name = 'physical reads direct';
    Cache Hit ratio
    47.99717699362490769958384625413175240442
    select NAME,VALUE from v$parameter where name like '%db_cache_size%';
    NAME VALUE
    db_cache_size 335544320
    select name, value From v$sysstat
    where name in ('db block gets', 'consistent gets', 'physical reads');
    NAME VALUE
    db block gets 30047032214
    consistent gets 691770165681
    physical reads 376120181932
    Thanks

    user1093072 wrote:
    Hi all thanks a lot for your answers. i am getting some query time outs and while investigating got less ratios. can some one tell me how to get dicission using this ratios
    Buffer Hit % 95.71
    Cache Hit ratio 47.99The fact that you get two different values for "the same thing" is a clue that (a) your SQL statement is suspect and (b) your logic is flawed.
    You SQL is going to give you some kind of (meaningless) average since the database started up. The report you showed looks like part of an AWR or statspack report which will be covering a short interval of time. The difference between the two percentages may mean the two approaches are using different formula, or it may mean that the result is highly dependent on the time window.
    Since you have access to AWR/statspack - run off a report for a (short) interval when the system is performing well, and for when the system is performing badly, and compare them.
    As a starting point you could post the two sections "Load Profile" and "Top 5 Timed Events" to the forum for initial comment. If you do so, please make sure you use the "code" tags (see end of post) to make the output readable or you may get no replies.
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk
    To post code, statspack/AWR report, execution plans or trace files, start and end the section with the tag {noformat}{noformat} (lowercase, curly brackets, no spaces) so that the text appears in fixed format.
    There is a +"Preview"+ tab at the top of the text entry panel. Use this to check what your message will look like before you post the message. If it looks a complete mess you're unlikely to get a response. (Click on the +"Plain text"+ tab if you want to edit the text to tidy it up.)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Low database cache hit ratio (85%)

    Hi Guys,
    I understand that high db cache hit ratio doesn't indicates that the database is healthy.
    The database might be doing additional "physical" reads due to un-tuned SQL.
    However, can explain why a low cache hit ratio might not indicate the db is unhealthy, as in the db need additional memory allocated?
    What i can think of is probably:
    1. the database might query different data most of the time. As such the data is not read again from cache before it aged out. Even if i add additional memory, the data might not be read again (from memory).
    2. ?
    3. ?
    I'm quite reluctant to list out the databases with below 90% hit ratio as part of the monthly report to the management. To them, below 90% means unhealthy.
    If these ratios to be used in monthly report, there will be a long section to explain why these ratios cannot meet but there is no performance concern.
    As such will need your expert advise on this.
    thanks
    Edited by: Chewy on Mar 13, 2012 1:23 AM

    Nikolay Savvinov wrote:
    In isolation, ratios are useless, but trends in ratios can point to potential problem. If your BCHR is steadily degrading over time, this is something to worry about (you'll have to examine your application for scalability issues)
    I used to think that there was a case for trending through a ratio in the days when databases were small, simple and (by modern standards) not very busy. But I'm no longer sure it was even a good idea then. How much of a change do you need to see before you start worrying - and what time-granularity would you take as your baseline. When a ratio varies between 98% and 99% during daylight hours, how do you spot a very large problem that's only going make a change of 0.01% over the course of a couple of weeks ?
    I really don't think there's any good SIMPLE way of producing a management sound-bite for every database in the system; each database needs a personal touch, and the number of figures you need to supply on each is not going to be easy to grasp without some graphic assistance. A suggestion I have is simply to pick three "representative" queries from the application (one "small", one "medium" and one "large") and run them once every hour, capturing the plan_hash_value, elapsed time, disk-reads, buffer gets, and CPU for each. A daily graph - 4 lines each - of each query will give management the big picture of variation in response time; a longer term graph based on the daily average with (say) best and worst excluded will give a trend warning. Obvously each database (or even application within database) needs its own three queries, and there may be periods during the day when it is not relevant to worry about a particular query.
    (NB In the past I've run baseline queries from a pl/sql package called by dbms_job, or dbms_scheduler, and stored the resulting cost figures in the database - capturing all the session stats, wait event and time model information)
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    Author: <b><em>Oracle Core</em></b>

  • My AT&T Yahoo email gives me an error message saying that my screen resolution is too low, but it is at 1600 x 900. This only happens in Firefox, not in IE.

    When I try to use Firefox to access my ATT.NET account I get an error message about my screen resolution being to low to support the site.My resolution is not low its at the highest available. I also use IE9 and do not have this problem. I am running Windows 7 and Firefox 15.0.1. This has been an ongoing problem. I am using a Toshiba laptop 15.6 screen with 4GB RAM. I see other complaints about this specific problem but have yet to find a solution. Thanks for your help.

    Please see added comments on the question. Its not a zoom issue its all about the new ATT design email and Firefox, I agree with Noah there a bug between the old and the new and firefox only.
    UPDATE:
    I stand corrected. I went back in again and did the reset zoom and it appears to eliminate the error. Problem solved but I am not sure why I never set up zoom and didn't have the problem on any other site. Will it need to be done each and every time I go into that page or is it now corrected?

  • Ecc cache hit ratio

    Dear All,
    Where can I get the Database cache hit ratio in ECC 6.0? I upgraded from R/3 4.6C to ERP 2005, and cannot find such information in "ST04". Please help.
    Regards,
    Henry

    problem resolved

  • Custom Error Messages for Database Constraint Violations Problem

    Hi
    I have added a custom message bundle for the model project as explained in
    37.8.3 in the Fusion Developer's Guide - How to customize error messages for database constraint violations.
    http://download.oracle.com/docs/cd/E14571_01/web.1111/b31974/bcadvgen.htm#BABEFGCI
    Constraint Name : SYS_C0018574
    And I have following CustomErrorMessages class
    public class DBCustomErrorMessages extends ListResourceBundle {
        private static final Object[][] sMessageStrings =
            new String[][] { { "SYS_C0018574",
                               "Existing Record Found" } };
        protected Object[][] getContents() {
            return sMessageStrings;
    }This works fine when I run application model and adding records to vialate the constraint. So it gives me following message
    (oracle.jbo.DMLConstraintException) Existing Record FoundBut when run ui project it does not fire.
    Still it gives the message
    ORA-00001: unique constraint (CCBS2.SYS_C0018574) violatedCould you please shed some light?
    Edited by: deshan on Mar 15, 2011 11:28 AM

    Please see the image.
    http://4.bp.blogspot.com/-Fna66p-W5Jw/TX7uSQqqBtI/AAAAAAAAAH0/D1APg6oAIxI/s1600/1.JPG
    Error in Application Module ORA-00001: unique constraint (CCBS2.SYS_C0018574) violated exception is different from ui project.
    Any hint?
    Thanks
    deshan
    Edited by: deshan on Mar 15, 2011 10:16 AM

  • CS5 Service Manager error message?

    I keep getting the CS5 service manager error message - ordinal not found.  Specifically ' the ordinal 3873 could not be located in the dynamic link library LIBEAY32.dll'  Any ideas please on how to fix this?

    That's very puzzling, but you seem to have an older version of the Adobe Extension Manager for CS5.x.  You are on 5.0.x, R_Kelly mentions 5.2.x, and I'm on 5.5.x
    Maybe you need to make sure you are updated to Photoshop 12.1 update first, then make sure you are updated to Adobe Extenson Manager 5.5.0.163.
    This is the version of the AEM that I have for Photoshop 12.1 (CS5.1) which resides on my Snow Leopard 10.6.8 boot HD:
    And this is the version of the AEM that I have for Photoshop 12.1 (CS6) which resides on my Lion 10.7.5 boot HD:
    This is the Photoshop 12.1 (CS5.1) application info:

  • InDesign Content Manager error message in CS3

    I recently switched laptops (XP to Win7) and now I'm receiving the InDesign Content Manager error message. I'm running CS3 and the InDesign file is CS3, as well. I also ran the plug-in and software update, but I'm still unable to open any InDesign files.  Any help to resolve this issue would be appreciated.

    Sorry Willi, that's jut not true. I run CS3 with no issues whatever on two different Win7 pro x64 systems.
    I don't, however know what that error message is. Is there any more to it? Have you tried running as Administrator or in XP compatibility mode? (I don't run in compatibility mode, but my users are admins). Do you run a font manager? What do you have for Anti Virus and Malware scanners?

  • Have a error message "canvas database sync has stopped working"?

    Have a error message "canvas database sync has stopped working"? My computer is a HP touchsmart 300, windows 7 64 bit OS? Need help in fixing it.

    Does it work in a new file? If it does, see Remove minor corruption by exporting. If not, see Replace Your Preferences

  • Install Lightroom on a new computer - error message 2203.database Cannot open database file system error 2147287037. Can anyone help me with this?

    I am trying to install lightroom on a new computer and am getting error message 2203.database Cannot open database file system error 2147287037. Can anyone help me with this?

    This site has some info
    Error 2203 | Install | Creative Suite 4, 5, or 5.5 products or updates

  • Trying to install Akamai Manager error message

    I have tried to down load my new upgrade but when I go to install Akamai Manager I get this message. Java Plug-in 1.5.0_30 Using JRE version 1.5.0_30-b03-389-9M3425 Java HotSpot(TM) Client VM User home directory = /Users/gayeshakeshaft

    Hi
    I am upgrading from CS3 DS to CS5.5 DS
    Mac OSX 10.5.8
    ChocCards
    Date: Sat, 10 Dec 2011 09:59:38 -0700
    From: [email protected]
    To: [email protected]
    Subject: Trying to install Akamai Manager error message
        Re: Trying to install Akamai Manager error message
        created by Gautham K in Downloading, Installing, Setting Up - View the full discussion
    Hi, Which product upgrade are you trying to install using the Akamai Download Manager? Also, which operating system is your computer running on? Thanks
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4075704#4075704
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4075704#4075704. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Downloading, Installing, Setting Up by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Cache hit ratio at enterprise manager

    hit ratio formula is:
    (logical_reads - physical_reads/logical_reads )*100
    Now, if I open Oracle Enterprise Manager and goes to Instance->Configuration->Memory I can see SGA and PGA configuration. I can also see the cache hit ratio, in my case 35%, but it seems that this is not the formula I mentioned above, because when I execute that formula i get 75% hit ratio:
    SELECT 1 -(phy.value / (cur.value + con.value)) "CACHE HIT RATIO"
    FROM v$sysstat cur, v$sysstat con, v$sysstat phy
    WHERE cur.name = 'db block gets'
    AND con.name = 'consistent gets'
    AND phy.name = 'physical reads';
    CACHE HIT RATIO
    ,749500702
    So my question is, what is that hit ratio at Oracle Enterprise Manager?

    Hi Elidas,
    what is that hit ratio at Oracle Enterprise Manager? Thet don't publish their formula, but you can log an SR and ask.
    By itself, the buffer cache hit ratio is not very meaningful, and the data buffer cache hit ratio is largely meaningless for decision support and data warehouse applications because of their propensity to have full-table scans and parallel full-table scans (which may bypass the data buffers entirely, using PGA memory).
    The buffer cache hit ratio is most meaningful for databases with an undersized db_cache_size, where the "working set" of frequently-referenced data has not been cached. Oracle provides the data buffer cache advisory utility (v$db_cache_advice) in the standard AWR report. (and later releases of STATSPACK reports). Oracle has expanded the advisory utilities to include a shared pool, Java and PGA advisory.
    Here are my notes:
    http://www.dba-oracle.com/m_buffer_cache_hit_ratio.htm
    Hope this helps. . .
    Donald K. Burleson
    Oracle Press author

  • I plugged in my ipod and now i get the error message: Because a USB device was drawing too much power from your computer, one or more of your USB devices have been disabled" - i have a MAcBook pro and now my USB ports do not work - can anyone help me ???

    i plugged in my ipod and now i get the error message: Because a USB device was drawing too much power from your computer, one or more of your USB devices have been disabled" - i have a MAcBook pro and now my USB ports do not work - can anyone help me ???

    Sometimes you have to reset the SMC two or three times for it to work, don't know why. I've seen that error message before and 100% of the time it was fixed with an SMC reset. I suppose it's possible that your keyboard or mouse IS drawing too much power, do you have access to another you could try?

  • I can no longer charge my iPhone5 through either of my macbook pros. I get the error message that a USB device is using too much power. Can anyone help?

    I can no longer charge my iPhone5 through either of my macbook pros. I get the error message that a USB device is using too much power. Can anyone help?

    I reconnected the original powered hub that I thought probably caused the problem and this time it shut down the whole computer. When I rebooted everything now works perfectly. The system reset. I tried another powered hub and it didn't have the same effect so the old one is heading for the bin and with fingers crossed all systems are now working perfectly. Trying to reset PRAM or reset the SMC didn't work but causing the same power issue did. Thanks for your input though. It did get me to think what was the original cause.
    Cheers
    Guy

Maybe you are looking for

  • Creation of po with mutiple line items using BDC

    Hi Gurus,       Can any body hav notes for creating po's using BDC with multiple line items in transaction ME21. I hav created po for single line item but if i tried to create multiple line items, it ll create multiple po's... thanks in advance arun

  • How can you create a plugin for jdev?

    Any pointers to detailed instructions appreciated... I searched OTN and couldnt find anything Thanks!

  • IWeb not showing .Mac web gallery albums in Web Widgets pull down menu

    I'm trying to update a webpage and insert a .Mac Web gallery album using the Web Widgets pull down menu. The problem is the menu isn't offering/showing ALL of my .Mac Web Gallery albums. It shows some and I can insert those, however, it isn't showing

  • Benq v2410 display problem

    Is anyone else out there using a Benq v2410 display with their iMac? I think I have a driver problem where the display will not go into the correct 1920x1080 display mode. There is a "1080p" option in the display settings with what looks like a telev

  • Rebate agreement settlement date

    Hi, I want to see the rebate agreement settlement date. Where can i find it? It happened in our system that Many closed rebate agreements have agreement status Open, though they were closed long back. We feel some thing might have happened to databas