Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: display speed of queries?
Ian wrote:
> Is there a way to display the speed of queries - how long it took?
SQL> set timing on
SQL> select count(*) from emp;
COUNT(*)
14
Elapsed: 00:00:00.02
Please do not crosspost anymore.
Kind regards,
-- Cris Carampa (cris119_at_operamail.com) - We're gonna be like three little Fonzies here. And what's Fonzie like? - Cool?Received on Mon Feb 28 2005 - 09:11:46 CST