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

Home -> Community -> Usenet -> c.d.o.server -> Re: CPU > Elapsed

Re: CPU > Elapsed

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Thu, 26 Sep 2002 22:02:07 +0100
Message-ID: <3D9375CF.2609@yahoo.com>


Fan Ruo Xin wrote:
>
> I took a SQL Trace for one of my SQL scripts. From the TKPROF Output:
>
> Overall Totals for All recursive Statments:
> =============================
> Call Count CPU Elapsed
> Parse 1023 2.14 7.88
> Execute 1058 0.42 0.33
> Fetch 801 0.12 0.13
>
> I can't know why for the recursive statment the CPU time (0.42) >
> Elapsed time (0.33) during the Execute phase?
> TIA
> Rosaline

Different clocks are used (eg + = tick)

event XXXXXXXXXXXXX
cpuclock --------+--------+--------+--------+ elapsed --+--------+--------+--------+--------+

Thus: cpu = 2, elapsed = 1

hth
connor

-- 
==============================
Connor McDonald

http://www.oracledba.co.uk

"Some days you're the pigeon, some days you're the statue..."
Received on Thu Sep 26 2002 - 16:02:07 CDT

Original text of this message

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