Writer instructions | |
---|---|
Page title | For most spaces, this page must be titled Space announcements. For spaces with localized content, this page must be titled Space announcements l10n. |
Purpose | Provide an announcement banner on every page of your space. |
Location | Move this page outside of your home branch. |
Guidelines |
Library Cache Hit Ratio (LibGetHitRatio)
The LibGetHitRatio parameter reports the percentage of all attempts to lock library cache entries that were immediately successful.
The LibGetHitRatio parameter is calculated based on the delta values of sga_library_cache_gets,
sga_library_cache_gethits, which are pulled from the Oracle database's V$LIBRARYCACHE table. The values are stored in Oracle as accumulative values, that is, the values continue to increase from the time the instance was started.
The values are pulled from the database each time the parameter polls the database (collects the data). The values are stored in variables. Every time the parameter polls, the difference between the new value received from the database for sga_library_cache_gets, sga_library_cache_gethits and the old values of sga_library_cache_gets, sga_library_cache_gethits. These delta values are then used in the standard LibGetHitRatio formula, identifies when the LibGetHitRatio is low or high at a certain time in the day.
Recommendations
- Increase the init.ora shared_pool_size parameter. Increasing the shared pool size reduces implicit reparsing of SQL statements and PL/SQL blocks on execution.
- If needed, increase the init.ora open_cursors parameter to increase the number of cursors permitted for a session. This action takes advantage of additional memory available for shared SQL areas.
- Whenever possible, use stored procedures and identical SQL statements in applications so they can share a SQL area.
BMC PATROL properties
Attribute | Default value |
---|---|
Application class | ORACLE_SGA |
Command type | Not applicable |
Platform | All |
Icon style | Graph |
Unit | Percentage of attempts |
Border range | 0-0 OK |
Alarm1 range | 0-90 ALARM |
Alarm2 range | 90-95 WARN |
Scheduling(poll time) | Poll time of collector |
Active at installation | Yes |
Parameter type | Consumer |
Value set by | CollSGA |
BMC ProactiveNet Performance Management properties
Property | Default value |
---|---|
Monitor type | Oracle Database Shared Global Area |
Key Performance Indicator | No |
Monitor for abnormalities | Yes |
Graph by default | No |
Availability | No |
PResponse time | No |
Normal distribution | Yes |
Statistical | Yes |