views:

38

answers:

2

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

A: 

you can find it in .out log file

kishore kondagari
A: 

Hi,

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

Marcos Maia