SQL trace for one session

I have a process that is taking a long time to execute. I don't have access to the source code, is there any way to turn on SQL trace for one session?


    Requires Free Membership to View

    By submitting your registration information to SearchOracle.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchOracle.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

Try using the set_sql_trace_in_session package. After you determine the sid and serial# for the process, execute the trace package using the syntax:

execute sys.dbms_system.set_sql_trace_in_session(sid,serial#,true);


This was first published in May 2001

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.