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

Home -> Community -> Mailing Lists -> Oracle-L -> How to remove PL/SQL successfully completed Message

How to remove PL/SQL successfully completed Message

From: Mudhalvan, Moovarkku <mmudhalvan_at_gcrejapan.co.jp>
Date: Tue, 06 Jan 2004 00:49:25 -0800
Message-ID: <F001.005DBBC7.20040106004925@fatcity.com>


Hi,

        I am trying to spool the result from PL/SQL procedure. At the end of result I am getting PL/SQL successfully completed.         

        Could anyone tell me how to avoid that message?.

        This is how my sql looks like

	set linesize 200
	set trimspool on
	set verify off echo off 
	set serveroutput on
	
	spool c:\mudhalvan\test.txt

		declare
	
			.... 
		begin
	
			....
		end;

		/

	spool off

Thank You

Mudhalvan M.M
--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Mudhalvan, Moovarkku
  INET: mmudhalvan_at_gcrejapan.co.jp

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Jan 06 2004 - 02:49:25 CST

Original text of this message

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