Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

user tracing

user00726Sep 24 2008 — edited Sep 24 2008

While tracing for a particular session for tkprof getting an error

SQL> EXECUTE DBMS_MONITOR.SESSION_TRACE_ENABLE(session_id => 32,serial_num =>191
23,        waits => TRUE, binds => true);
BEGIN DBMS_MONITOR.SESSION_TRACE_ENABLE(session_id => 32,serial_num =>19123,
    waits => TRUE, binds => true); END;

      *
ERROR at line 1:
ORA-06550: line 1, column 7:
PLS-00201: identifier 'DBMS_MONITOR.SESSION_TRACE_ENABLE' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
This post has been answered by Pavan Kumar on Sep 24 2008
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 22 2008
Added on Sep 24 2008
13 comments
1,607 views