how to do dbms_application_info.set_module from JDBC code

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Digvijay Lamba

    how to do dbms_application_info.set_module from JDBC code

    Hi,
    I want to use the Oracle dbms_applicatio n_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.
Working...