Where will sysout go
I have a servlet which calls a method in RMI server where a PL/SQL procedure is executed. There is an existing dbms_output.put_line statement in that pl/sql which shows some error codes or exceptions.
I am trying to find where that output will appear?The servlet is run from tomcat and I looked in the tomcat logs and the RMI server logs and nothing appears.
Can someone please advise if that dbms_output will appear in some logs or spool or will not?
Thx

