Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to output to screen or a file in client's machine via PL/SQL
my888_at_telstra.com wrote:
> Dear all,
> I tried to do output from pl/sql to a client's box, I tried using
> dbms_output and it has a hard limit 1 Megabyte. I tried UTL_FILE
> package, but it can only output to a Server's directory. How can I run
> an PL/SQl and output to screen or a file in client's machine?? Thanks
> for your help!!
>
: AskTom has a topic "how to get around Dbms_output limitations":
> >> Mark, >> I knew that solution, however, the output is getting from an SQL rather >> from pl/sql. How do I do it inside PL/SQL??? Thank you! >> >> 888 >>
I'd have to see an example of exactly what you are trying to do, including version info, and where it is failing, to potentially be of any further use.
-Mark Bole Received on Wed Dec 29 2004 - 19:30:15 CST