Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: How to remove PL/SQL successfully completed Message
SET FEEDBACK OFF
Regards,
Charu.
-----Original Message-----
Behalf Of
Mudhalvan, Moovarkku
Sent: 06 January 2004 14:19
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-LReceived on Tue Jan 06 2004 - 03:04:26 CST
(or the name of mailing list you want to be removed from). You
may also send the HELP command for other information (like subscribing). ********************************************************* Disclaimer This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. ********************************************************* Visit us at http://www.mahindrabt.com -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Charu Joshi INET: joshic_at_mahindrabt.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).
![]() |
![]() |