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.
-------------------------------
This resulted in what Oracle CEO Mr. Ellison coined network computing. While many have dismissed his prophetic words, modern-day web architectures have proved him right. In fact, vendors today are now selling low-processing computers known as netbooks. As Figure 5-18 shows, what essentially happened is the end user's computer is focused on display and navigation, while all other processing is handled by an increasingly dizzying array of computing systems.
Figure 5-18 is in some ways misleading because it implies a one-to-one relationship from the end user to the server process. In addition to accounting for a specific client's activity on a shared server, with application servers, web server, connection pooling of all kinds and at various layers, the task of associating an end user's activity to part of a server processing is nearly impossible. This created not only a performance analyst problem, but at a basic level, also a support issue. Suppose an end user calls her support department with an issue. How does the support department know what the end user is truly doing? Many times this is not possible, so the support technician must make inferences. To truly understand what the user is doing, the user's activity must be isolated in a controlled environment. But what if the problem is the result of noncontrolled environment issues? Now diagnosing user experience issues is no longer just muddy, it's nearly impossible to isolate with satisfactory clarity.
As I mentioned, application software vendors anxious to avoid being blamed for poor performance stepped in to help identify a user's activity. Additionally, other companies introduced tools to help profile a user's activity in this messy environment. From an IT management perspective, it's complicated, many people are involved, and it's expensive. This boils down to increased risk, and that's a word no IT manager wants to hear. I believe this has motivated Oracle to take some leadership and work on providing at least a partial solution. This partial solution is indeed a big step, and it is called DBMS_MONITOR.
©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.
|