The JDBC driver does not currently call the sp_reset_connection stored
procedure when it returns the connection to the pool. Instead, the
driver relies on third-party Java Application Servers to return the
connections back to their original states.
I
create a trace
and
that sp is not executed
when the connection is returned to the pool,
this should be called explicitly in my app or the Application Server should do it?