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.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830982#3830982

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830982


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to