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: oracle cpu usage

Re: oracle cpu usage

From: Svend Jensen <svend.jensenKILLSPAM_at_it.dk>
Date: Thu, 03 Oct 2002 21:53:50 +0100
Message-ID: <3D9CAE5E.8060908@it.dk>


Take the windows performance monitor and monitor cpu usage on all oracle threads. The process number of the thread escalating is the pid in v$process. Join the spid from this row to v$session and get sid, serial# and further to v$sql, v$sqlarea, v$open_cursors,..... and you will be able to find what you are looking for.

rgds
/Svend Jensen

Pinto wrote:

> Hello,
> In our testbed where we are testing our application, i can notice
> periodic spikes in oracle cpu usage. the spikes happen rougly once
> every 1 hour. i have monitored the cpu usage of all the applications
> that are accessing this database and found no corresponding increase
> in any of them.
> how can i identify what is causing this spike ?
> os is win2k and oracle version is 8.1.7
> Thanks and regards,
> Pinto.
>
Received on Thu Oct 03 2002 - 15:53:50 CDT

Original text of this message

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