I'm not happy with the error logging that our software engineers are doing I want to do the following:
- Use an on error database trigger
- When an error occurs insert to a table the following:
- sid
- user (we are using connection pooling so this has limited use)
- last sql statement
- timestamp
We are using bind variables. Anyway to grab what the actual values are?
Please see the official ORACLE-L FAQ:
http://www.orafaq.com
To unsubscribe send email to: oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--
Archives are at
http://www.freelists.org/archives/oracle-l/
FAQ is at
http://www.freelists.org/help/fom-serve/cache/1.html
Received on Sat Feb 28 2004 - 10:20:49 CST