Search code examples
weblogichealth-monitoring

How can I monitor DB calls in weblogic?


How do I find which DB call is currently executed by my weblogic server?


Solution

  • 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