Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Turning off output when running pl/sql
set feedback off
Jared
"Steven Hovington" <steven.hovington_at_proce To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> ssion.com> cc: Sent by: Subject: Turning off output when running pl/sql root_at_fatcity.com 09/18/01 10:05 AM Please respond to ORACLE-L
Hi,
I'm running a block of PL/SQL in SQL Plus (8.1.7), and when its completed it says the usual:
PL/SQL procedure successfully completed.
at the end.
I'm spooling the output of the PL/SQL block to a file using
dbms_put.put_line
but I want to get rid of the above line. Anyone know how I can do this?
Thanks in advance,
Steven H.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Steven Hovington INET: steven.hovington_at_procession.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Tue Sep 18 2001 - 11:54:11 CDT
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: Jared.Still_at_radisys.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
![]() |
![]() |