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

Thread: bind variable

  1. #1
    Join Date
    Jan 2001
    Posts
    44

    Question

    Is it possible to see the values send by a session for a bind variable in a query ?

    Ie select * from mytable where myparam :=B1

    Where can i find the value for a specific session,

    thanks

    alain

  2. #2
    Join Date
    Feb 2001
    Posts
    389
    alter session set events '10046 trace name context forever, level 4';
    GO to udump directory and find the trace file of ur session .

  3. #3
    Join Date
    Jan 2001
    Posts
    44

    Question

    thanks but it seems that i must do it from the selected session? can't i do it from another session ?

  4. #4
    Join Date
    Sep 2000
    Posts
    1
    Run
    exec dbms_system.set_ev(sid,serial#,10046,4,'')
    as sys.

    HTH
    npatel

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