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: How to remove PL/SQL successfully completed Message

RE: How to remove PL/SQL successfully completed Message

From: Mudhalvan, Moovarkku <mmudhalvan_at_gcrejapan.co.jp>
Date: Tue, 06 Jan 2004 01:14:24 -0800
Message-ID: <F001.005DBBCC.20040106011424@fatcity.com>


Dear Raj

        Thank you so much. Yeah it is working fine

-----Original Message-----
Sent: Tuesday, January 06, 2004 6:05 PM
To: Multiple recipients of list ORACLE-L

set feedback off

Raj

-----Original Message-----
Sent: Tuesday, January 06, 2004 3:49 AM
To: Multiple recipients of list ORACLE-L

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).


This e-mail message is confidential, intended only for the named recipient(s) above and may contain information that is privileged, attorney work product or exempt from disclosure under applicable law. If you have received this message in error, or are not the named recipient(s), please immediately notify corporate MIS at (860) 766-2000 and delete this e-mail message from your computer, Thank you.

**************4
--

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

Author: Jamadagni, Rajendra
  INET: Rajendra.Jamadagni_at_espn.com
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).
--

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 - 03:14:24 CST

Original text of this message

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