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.
-------------------------------
Take a close look at Figure 1-1, which illustrates the 3-circle analysis technique. In a nutshell, the database server is divided into three subsystems: Oracle, application, and operating system. Each subsystem is diagnosed separately and then in combination. There will be a clear overlap in resource consumption and contention. If the problem resides with the database server, the overlap is the current performance problem. It's that simple.
Figure 1-1. As unbelievable as it may seem, OraPub's 3-circle analysis method will guide you toward pinpoint diagnosis, reduce your chances of making a mistake, help you determine multiple solutions, help you structure your analysis, and help you effectively communicate your findings.
The Oracle subsystem is focused on the Oracle instance and database. Oracle response-time analysis (discussed later in this chapter) is used to diagnose this circle, and solutions are directly targeted at what can be done to improve the Oracle response time. The application subsystem is focused on SQL, application processes, programs, modules, and so on. The Oracle response-time analysis will direct you to what type of SQL is causing contention in Oracle, and probably consuming a tremendous amount of operating system resources.
©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.
|