Quantcast
Channel: www.oaktable.net - JDBC
Viewing all articles
Browse latest Browse all 8

You should set OCSID.CLIENTID

$
0
0

each time you grab an Oracle JDBC connection from the pool

For troubleshooting and monitoring performance, you want to follow what happens from the end-user to the database. It is then mandatory to identify the end-user and application from the database session. With Oracle there are some ‘dbms_application_info’ strings to be set, like MODULE, ACTION and CLIENT_INFO. That’s about the tasks in the application code (like identifying the Java class or method from which the SQL statement is prepared) but that’s not about the end-user.

read more


Viewing all articles
Browse latest Browse all 8

Trending Articles