Re: anyway to get binds out of the data dictionary?

Check v$sql_bind_data view.

Tanel.

  ----- Original Message ----- 
  From: Ryan 
  To: oracle-l@xxxxxxxxxxxxx 
  Sent: Saturday, February 28, 2004 6:26 PM
  Subject: anyway to get binds out of the data dictionary?


  I'm not happy with the error logging that our software engineers are doing I 
want to do the following:

  1. Use an on error database trigger
  2. When an error occurs insert to a table the following:
      a. sid
      b. user (we are using connection pooling so this has limited use)
      c. last sql statement
      d. timestamp

  We are using bind variables. Anyway to grab what the actual values are? 

Other related posts: