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: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Tue, 18 Nov 2003 16:13:38 -0800
Message-ID: <1069200840.813956@yasure>


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
>

Create a table with a timestamp column and perform inserts of SYSTIMESTAMP.

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Tue Nov 18 2003 - 18:13:38 CST

Original text of this message

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