How can I monitor DB calls in weblogic?
How do I find which DB ca开发者_StackOverflowll is currently executed by my weblogic server?
you can find it in .out log file
you can use JDBCSpy provided by weblogic.
http://download.oracle.com/docs/cd/E11035_01/wls100/jdbc_drivers/spy.html
You may need to switch the driver to one provided by weblogic.
[]s
精彩评论