Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> How do I suppress the echo
Can someone please tell me what I am doing wrong. I can't get it to suppress the command echo in the spool file or suppress the terminal output. I'm sure it's something dumb, but I've been struggling for hours on this and need help.
SQL*Plus: Release 8.1.7.0.0 - Production on Sun May 22 03:20:57 2005
(c) Copyright 2000 Oracle Corporation. All rights reserved.
Connected to:
Oracle8i Enterprise Edition Release 8.1.7.4.1 - Production
JServer Release 8.1.7.4.1 - Production
SQL> SQL> SQL> SQL> SQL> SQL>
SYSDATE
SQL> set trimspool on SQL> set echo off SQL> select sysdate from dual;
SYSDATE
![]() |
![]() |