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
