I have asp.net application that use ODP.net I want to do some adjustment before send every query to db (define OracleSession.clientId for example or perform some logging). I want to have one place for this, but I didn't find any events like OracleSession.BeforeSendQuery what approach can be used for this?
Asked
Active
Viewed 100 times