i wrote a very big stored procedure which calls a dozen other
procs and functions.. and embedded in them are many dbms_output
statements.. to create a report.
now how do i move this to the web or an application? is there a
utility that can call my stored procedure with input params, then
grab all outputs in the dbms buffer and write
it to a text file?
thx