Does anyone know how to get to DBMS_OUTPUT.PUT_LINE information that is generated in a PL/SQL stored Procedure which is called from a java application. (Using the Oracle JDBC driver.)
What I would like to do is display the DBMS_OUTPUT information along with the java System.Output.Println information.
THANKS!
What I would like to do is display the DBMS_OUTPUT information along with the java System.Output.Println information.
THANKS!