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.
-------------------------------
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.
Figure 5-18. Many factors-such as cost, maintenance, security, the end users' experience and location, and computing system capacity-helped push Oracle to embrace a web-based architecture. This is a highly simplified drawing highlighting the key Oracle architectural components: browser, Oracle client process, Oracle server process, and the Oracle SGA.
Conceptually, all database activity flows through DBMS_MONITOR, and if any activity meets certain specific criteria, the activity is captured. So instead of focusing on a specific user (which you can do), you focus on defining the criteria of interest. Oracle introduced DBMS_MONITOR in Oracle Database 10g, and unlike other diagnostic features, it does not require an additional license.
©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.
|