Hi. You know how most JDBC connection pools have the feature to
validate connections before they're borrowed, usually, by running
"select 1 from dual".
I was wondering if
something similar was possible for borrowing sessions from the session
manager. Actually, I need to set certain connection properties with
"execute exec_sql '' when I obtain a session. The problem is: for xCP
Realtime Query and Advanced Repository Query you cannot put custom java
code before it runs the select DQL.