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

Home -> Community -> Usenet -> c.d.o.misc -> Re: sqlplus and stdout... SEEING WHAT RAN??

Re: sqlplus and stdout... SEEING WHAT RAN??

From: Michel Cadot <micadot{at}altern{dot}org>
Date: Sat, 14 May 2005 07:52:04 +0200
Message-ID: <428591be$0$562$626a14ce@news.free.fr>

"Jim Smith" <jim_at_jimsmith.demon.co.uk> a écrit dans le message de news:QUsxG+B0+PhCFwI2_at_jimsmith.demon.co.uk...
| In message <1115994066.089071.132150_at_g49g2000cwa.googlegroups.com>,
| jason_at_cyberpine.com writes
|
| set echo on causes sqlplus to display sql statements, not sqlplus
| commands.
|
| desc is a sqlplus command and won't be displayed, but select, insert etc
| will be.

From SQL*Plus doc:

<quote>

SET ECHO {ON|OFF}
Controls whether the START command lists each command in a script as the command is executed. ON lists the commands; OFF suppresses the listing.

</quote>

Regards
Michel Cadot Received on Sat May 14 2005 - 00:52:04 CDT

Original text of this message

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