How to print dbms_out.put_line in tomcat console or Websphere logs
843859Aug 3 2006 — edited Aug 3 2006Hi
I am working with J2EE and oracle 9i
I am trying to execute a PL/SQL stored procedure through java which is throwing some errors.I don't know where.
I tried to put dbms_out.put_line in the procedure to trace how far it is executing.But i am not able to find these print statements in tomcat logs.
Can anyone tell if there is any way to find the dbms_out.put_line outputs in tomcat logs?