We are using spring for transaction management .
When ever a new java.sql.Connection is created from data source , we want to call a procedure on this connection object.
The procedure is used to set certain session variables in the Oracle DB.
So far we could not find any call backs or interceptors from the spring transaction aspect where we can accomplish this.
If anybody is aware of any such provision where we can get handle to the connection object using the current transaction , kindly revert back