Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> output from PL/SQL
Hi,
I have PL/SQL routine I will be running from sqlplus. It generates output via DBMS_OUTPUT.PUT_LINE which I will eventually redirect to a unix file. That's all good and fine, my problem is that I don't want that
PL/SQL procedure successfully completed.
to end up in that file too.
Sofar I've come up with 3 ways to write a unix file
So is there any other way of writing to files? Or does anybody know, how to get rid of that "PL/SQL procedure successfully completed."? I guess I could grep it out, hm I guess I'll do that, but I'd still be interested in how to suppress the printing of that message
Thanks
Christian Received on Fri Apr 23 1999 - 14:23:10 CDT
![]() |
![]() |