2 Replies Latest reply on Apr 16, 2004 10:58 AM by lee_x_francis

    Connection program names

    lee_x_francis

      Would really like to use Tora to help monitor Jboss Websrvice connection usage.
      Can any body tell me how to pass through a program name to my oracle connection so that I see more than just JDBC-1.0-Client?

      Outside of jboss and its managed connections this is simply a matter of :
      props.put("v$session.program", "My program!");

      Then passing properties to DriverManager.getConnection.
      Not sure how to do this using JBoss managed conns though.

      Thanks,

      Lee.