Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL with no output
actually ECHO refers to echoing the SQL statements and SQL*Plus commands
besides some of the other suggestions (depending on how much you want to modify the scripts)
then do a grep or FIND on the spool file for 'Elapsed'
#1 will be slightly skewed, since the actual rows aren't returned #2 will be fairly accurate, except for the latency of screen updates which is eliminated by the TERMOUT OFF
"Frank" <fbortel_at_nescape.net> wrote in message
news:bpgm56$2d1$2_at_news3.tilbu1.nb.home.nl...
| Rick Denoire wrote:
|
| > I would like to execute some SQL scripts contained in one file, but I
| > am actually interested only in the exection time (so I will "set
| > timing on" in sqlplus).
| >
| > How can I avoid getting any output from the scripts other than
| > execution time? (Using sqlplus, I mean).
| >
| > Bye
| > Rick Denoire
| >
| set echo off
| See SQL*Plus Guide
|
| --
| Regards, Frank van Bortel
|
Received on Wed Nov 19 2003 - 16:03:48 CST
![]() |
![]() |