You were brought to this page based on an internet search
and as a free service to Oracle DBAs.
The text below is an except from the book,
Oracle Performance Firefighting, written by
Craig Shallahamer of
OraPub, Inc.
Figures and tables are not included on this page, only their reference.
To order the book in either print or PDF form, click
here.
©2009, 2010 by Craig Shallahamer. This is copyrighted material.
PleaseOut of respect for those involved in the creation of the book and also for
their familes, we ask you to respect the copyright both in intent and deed. Thank you.
-------------------------------
The Oracle analysis has directed us to the most important application SQL, which is SQL needing blocks that do not currently reside in Oracle's buffer cache. By focusing on SQL with the highest physical IO consumption, we can significantly reduce the application impact. There is no guessing or gut feeling about this. It is a fact. However, we expect the Oracle-focused solution of increasing the buffer cache to have a profound impact, and the change requires only a single parameter adjustment and an instance cycle. We will want to reanalyze the situation during the second analysis cycle. So at this point in the analysis, we will wait before suggesting any application changes.
Figure 9-24 shows common workload metrics we will combine with our Oracle and operating system analysis when building our response-time graphs and anticipating change. Figure 9-24 also provides two distinct informational aspects: the workload metrics in both seconds and milliseconds, and response-time-classified details. It provides these details by calculating the appropriate resource consumed (for example, CPU consumption) divided by the workload metric activity during the reporting interval. For example, each logical block processed consumed 0.01507 ms-that is, 0.01507 ms/lio. This is the logical IO service time and can be useful when constructing a response-time curve based on logical IO activity.
Figure 9-24. Shown is the workload diagnostic information. Notice only the total interval workload values and the interval (sample) time require entry. The workload information, combined with the ORTA, provides a plethora of diagnostic data we will use when anticipating performance solution impact.
©2009, 2010 by Craig Shallahamer. This is copyrighted material.
PleaseOut of respect for those involved in the creation of the book and also for
their familes, we ask you to respect the copyright both in intent and deed. Thank you.
|