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

Home -> Community -> Usenet -> c.d.o.server -> Re: SQL PLUS

Re: SQL PLUS

From: Chris <c.seed_at_ntlworld.com>
Date: 17 May 2004 01:50:35 -0700
Message-ID: <7cb83523.0405170050.20870c78@posting.google.com>


This does not stop the input file (this file) being listed to the screen before the results. It also does not stop the file appearing in the spooled file if I spool it out. Any thoughts on how to stop it being displayed?

SET SERVEROUTPUT ON SIZE 1000000
SET ECHO OFF
SET FEEDBACK OFF
BEGIN
DBMS_OUTPUT.PUT_LINE ('test');
END;
.
run;

Thanks,
Chris. Received on Mon May 17 2004 - 03:50:35 CDT

Original text of this message

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