DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Tracing session?? Production db

  1. #1
    Join Date
    May 2002
    Posts
    22

    Exclamation

    I'm having problems with a query running in Oracle Reports ver 6. I want to be able to trace this session to find out what exactly its doing. ANY HELP HOW TO TRACE REPORTS??

    Oracle 8.0.4 db.

  2. #2
    Join Date
    Aug 2002
    Location
    Atlanta
    Posts
    1,187
    find the sid from v$session

    use sys.dbms_system.set_sql_trace_in_session
    procedure to trace session

    trace file will be produce in udump dest

    run tkprof on the trace file to help produce a more friendly readable file or you look at the raw output if you want
    I'm stmontgo and I approve of this message

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width