Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.oracle -> how to do dbms_application_info.set_module from JDBC code

how to do dbms_application_info.set_module from JDBC code

From: Digvijay Lamba <digvijay_at_gmail.com>
Date: 8 Mar 2005 18:08:33 -0800
Message-ID: <7552d8fe.0503081808.10784c87@posting.google.com>


Hi,
I want to use the Oracle dbms_application_module's set_module and set_action functionality for tracing my calls. However my client uses JDBC to connect. I can't find how I can make sure the SQL queries done from JDBC are used with the correct module set.

Has anyone ever tried it? Or knows for sure that it can't be done?

I don't want to explicitly execute that as a query before EVERY SQL statement.

Thanks
Digvijay. Received on Tue Mar 08 2005 - 20:08:33 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US