Friday, May 6, 2011

How can I set the application information on a session using the Oracle thin JDBC driver?

I'd like to change the application information that is shown when inspecting Oracle 10g sessions using the Oracle Enterprise Manager application:

Application Information  
  Program    'my program'  
  Module     'something'  
  Command    UNKNOWN

I'm using the JDBC thin driver to connect, and I have to admit I'd rather not use the OCI driver if at all possible. Can I do this with the thin driver, and if so, how?

From stackoverflow

0 comments:

Post a Comment