Database Tuning (MOSC)

MOSC Banner

DBMS_MONITOR

edited Dec 27, 2011 7:12AM in Database Tuning (MOSC) 3 commentsAnswered
It seems that DBMS_MONITOR doesn't operate using the standard event mechanism. When I enabled trace in a session using DBMS_MONITOR, the
eventdump didn't show anything. When an explicit "alter session set
events" statement was issued, eventdump detected it without problem:

SQL> oradebug setospid 4645
Oracle pid: 30, Unix process pid: 4645, image: oracle@medo (TNS V1-V3)
SQL> oradebug eventdump session
sql_trace level=12
SQL>


Question: what mechanism does DBMS_MONITOR use for tracing sessions?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center