When I start the network server on the commandline with
startNetworkServer script then all
System.out.println statements are printed on the console.
- rami
Hi,
any tipps from anyone which would help to debug java stored procedures?
Not being able/knowing how to debug the code executed by the database
using the eclipse debugger, I have included System.out.println statements
into the procedures, but have no idea where these end up when running
against a network server on a remote host mode (have checked tomcat logs,
but haven't found anything).
Thanks