Method R Discussion Group

Method R helps developers, DBAs, and decision-makers optimize Oracle-based software in every phase of the software life cycle.

Discuss Method R products, techniques, and events.

Ask new questions or post your own responses.

Tracing - Webinar Question on 3/27/07

How can you trace other people's session and how can we set trace file identifier for those sessions in 10g?
Becky Goodman Send private email
Tuesday, March 27, 2007
 
 
Do this in sqlplus on your 10g system:

SQL> describe dbms_monitor

This will show you several procedures you can use to alter the tracing status of sessions on the system. There is excellent documentation about DBMS_MONITOR in the standard Oracle Database 10g documentation set as well. In this documentation, you can see how to manipulate other sessions that you can identify either by sid and serial#, or by service name, module name, action name, or client id.

To the best of my knowledge, you cannot change a non-you session's trace file identifier. You can set other sessions' boolean and numerical values with dbms_system. But to the best of my knowledge, there is no dbms_system.set_xxx_in_session for string values.
Cary Millsap Send private email
Thursday, March 29, 2007
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics
 
Discussion Groups Main Page

Powered by FogBugz