Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: CPU Time greater than Startup time
Comments inline.
On 03/31/2004 05:34:17 PM, Diego Cutrone wrote:
> CPU used when call started is greater than time_since_startup_cs...how is that possible?
> I'm sure I missed something.
Well, if there is more then one point where the call can spend seconds computing, it is not a problem. So, you probably have more then one point (as in SMP or NUMA machine) where you can spend CPU time. Seconds spent are calculated per CPU, and if you have more then one of those, you are going to spend many seconds computing. It will also make your oracle license much, much more expensive.
-- Mladen Gogala Oracle DBA ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Wed Mar 31 2004 - 11:49:49 CST
![]() |
![]() |