View Single Post

   
  #9 (permalink)  
Old 04-08-2008, 01:05 PM
William Robertson
 
Posts: n/a
Default Re: Spool in SQL*Plus without SQL statments

On Jun 22, 7:53 pm, jreiner...@gmail.com wrote:
> I thought set echo off accomplished this but now I'm just completely
> lost and fustrated (I don't even know what it does in SQP*Plus
> anymore..setting it on and off does nothing anymore).
> every search attempt I've made has been futile (which rarely
> happens...)


I'm puzzled. Wasn't this clear enough?

http://download-uk.oracle.com/docs/c...0.htm#i2698923

SET ECHO {ON | OFF}

Controls whether or not to echo commands in a script that is executed
with @, @@ or START. ON displays the commands on screen. OFF
suppresses the display. ECHO does not affect the display of commands
you enter interactively or redirect to SQL*Plus from the operating
system.

Reply With Quote