28th May 2010
in
Performance, Tuning
Oracle have provided many performance gathering and reporting tools over the years. Originally the UTLBSTAT/UTLESTAT scripts were used to monitor performance metrics. Oracle8i introduced the Statspack functionality which[...]
No Comments
4th March 2010
in
Tuning
Oracle maintains its own buffer cache inside the system global area (SGA) for each instance. A properly sized buffer cache can usually yield a cache hit ratio over 90%, meaning that nine requests out of ten are satisfied[...]
3 Comments
18th January 2010
in
Tuning
This query provides a list of queries (1,000 characters only) involved in full table scans. The total number of rows and blocks for each table is also displayed so that you can determine whether the full scan is degradin[...]
Tags: Find Full Table Scans
No Comments
28th October 2009
in
Tuning
Here are some scripts related to Hit/Miss Ratios .
Buffer Hit Ratio
BUFFER HIT RATIO NOTES:
Consistent Gets – The number of accesses made to the block buffer to retrieve data in a consistent mode.
DB Blk Gets [...]
Tags: Hit Miss Ratios
No Comments