I am calling a third-party PL/SQL stored procedure from
Java which writes error messages and control totals to DBMS_OUTPUT.PUT_LINE. Is there a way from Java to obtain this information through an output stream, so I can redirect it to a file?
I have seen some references to an oracle class oracle.aurora.rdbms.OracleDBMSOutputStream, but have been unable to find any examples of its use or even a jar file containing this class.
Any information or help would be greatly appreciated.
- Russ Chalfant