Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Turning off output when running pl/sql

Re: Turning off output when running pl/sql

From: Paul Baumgartel <treegarden_at_yahoo.com>
Date: Tue, 18 Sep 2001 15:30:34 -0700
Message-ID: <F001.00391B58.20010918102020@fatcity.com>

Just SET FEEDBACK OFF.

SQL> set feedback off serveroutput on size 20000 SQL> begin
  2 dbms_output.put_line('Foo');
  3 end;
  4 /
Foo
--- Steven Hovington <steven.hovington_at_procession.com> wrote:
> 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-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).



Terrorist Attacks on U.S. - How can you help? Donate cash, emergency relief information http://dailynews.yahoo.com/fc/US/Emergency_Information/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Paul Baumgartel
  INET: treegarden_at_yahoo.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).
Received on Tue Sep 18 2001 - 17:30:34 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US