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: SQL with no output

Re: SQL with no output

From: Frank <fbortel_at_nescape.net>
Date: Wed, 19 Nov 2003 22:17:10 +0100
Message-ID: <bpgm56$2d1$2@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 - 15:17:10 CST

Original text of this message

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