Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: PL/SQL and output
Kevin,
What you probably need to do is use the UTL_FILE package.
I don't have any sample code here at home to show you but you can check the manual.... Pretty easy to use. Allows you to write to a file. But there are restrictions so DO read the manual.
Alex
Kevin Bass wrote in message <6esfab$rr5_at_camel21.mindspring.com>...
>I have attempted to print output from a PL/SQL program into a file but
>received no results. Are there any other ways to print information (data)
>into a file without using DBMS_OUTPUT.PUT_LINE or DBMS_OUTPUT.PUT? >
Received on Tue Mar 24 1998 - 00:00:00 CST
![]() |
![]() |