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.
-------------------------------
Comparing the top SQL statements in Figure 9-29 (before index addition) with Figure 9-34, notice there is now a new top logical IO-consuming SQL statement along with the previous number three statement (SQL_ID ending in ggt). If performance is to be further improved, we have once again clearly identified (and supported by an OraPub 3-circle ORTA-focused approach) the next two SQL statements to address.
Figure 9-34. Shown is the essential application SQL information. Because of the index addition, the targeted high logical IO SQL statements no longer appear on the top SQL report! In addition, the top logical IO SQL statements now consume 8.4M and 4.1M logical IOs, compared to the earlier case where the top two statements consumed 22.6M and 10.3M logical IOs, respectively (Figure 9-29). The status column index has had a profound impact on the most resource-consuming SQL.
It is also very encouraging that as result of the additional index, the top two logical IO statements consumed a combined 12.5M logical IOs (Figure 9-34), whereas before the index addition, the top two consumed 32.9M logical IOs (Figure 9-29). So, by aligning our ORTA with the application analysis, we correctly targeted the high-impact SQL statements.
©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.
|