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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

? dbms_system.start_trace_in_session('SID','SERIAL#', True, True) ?

yakub21Oct 25 2007 — edited Oct 25 2007
Thanks in advance.

On Oracle9, Oracle10 what is the correct syntax for start_trace_in_session ?

This seems to work but I want to make certain that I capture the bind variable values.

exec sys.dbms_system.set_ev(SID, SERIAL#,'10046',12,'');
SQL> exec dbms_system.set_sql_trace_in_session(SID,Serial#,TRUE);

My objective is to capture a batch job execution process with and include the bind variable values up to the point and time that the batch PL/SQL job fails. Any Ideas? Thanks

Comments

Denzil Joseph-Oracle
This is no class offered on iSupport. However you can check out the documentation links that are posted on the Oracle Services forum -
311918
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 22 2007
Added on Oct 25 2007
1 comment
408 views