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: Times do not add up in 10046 trace file

Re: Times do not add up in 10046 trace file

From: <mccmx_at_hotmail.com>
Date: 11 Oct 2006 05:32:11 -0700
Message-ID: <1160569930.968005.112960@i3g2000cwc.googlegroups.com>


> Without doing a lot of digging, have you explored this as an option:
> SELECT
> STAT_NAME,
> VALUE
> FROM
> V$OSSTAT
> WHERE
> STAT_NAME='NUM_CPUS';
>
> STAT_NAME VALUE
> NUM_CPUS 4
>

STAT_NAME
VALUE




NUM_CPUS
  2

> In this Oracle database, 1 second of elapsed time is equal to 4 seconds
> of potential CPU time. There are of course other possible causes.

Regardless of the amount of actual CPU time that elapsed, we still have over 100 seconds of wait time which isn't accounted for in the elapsed time.

Matt Received on Wed Oct 11 2006 - 07:32:11 CDT

Original text of this message

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