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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Which process is taking up so much CPU???

RE: Which process is taking up so much CPU???

From: Fermin Bernaus Berraondo <fbernaus_at_sammic.com>
Date: Mon, 31 Mar 2003 08:19:04 -0800
Message-ID: <F001.005763EC.20030331081904@fatcity.com>

        I just found that v$session.paddr = v$process.addr is the join that has to be done. Right?

-----Mensaje original-----

De: Fermin Bernaus Berraondo [mailto:fbernaus_at_sammic.com] Enviado el: lunes, 31 de marzo de 2003 18:01 Para: 'ORACLE-L_at_fatcity.com'
Asunto: RE: Which process is taking up so much CPU???

        Dennis, you seem to be have a master in Oracle! please can you help, I can see the SPID column under table v$process, but how do I link it to table v$session so that I actually know which UNIX process it corresponds to. I think there must be another table that links both of them; you talk about the shadow process, where is it or where can I get more info on it.

        Thank you for your time.

Fermin.

-----Mensaje original-----

De: root_at_fatcity.com [mailto:root_at_fatcity.com]En nombre de DENNIS WILLIAMS
Enviado el: jueves, 27 de marzo de 2003 18:49 Para: Multiple recipients of list ORACLE-L Asunto: RE: Which process is taking up so much CPU???

Fermin

   The spid column in the v$process column matches the Unix process i.d. You may need to track it back through the Oracle shadow process.

Dennis Williams
DBA, 40%OCP, 100% DBA
Lifetouch, Inc.
dwilliams_at_lifetouch.com

-----Original Message-----

Sent: Thursday, March 27, 2003 9:14 AM
To: Multiple recipients of list ORACLE-L

        I usually track our HP-UX 11.0 system with the 'top' command so I can notice when the system is under slow performance. If that happens, I use Toad to look for any active Oracle SQL query which may be heavy enough for degrading the performance.

        I think my question is simple, but since I am a newbie on this... how can I see who is executing an Oracle SQL that is taking all our CPU provided that I only see his PID with the TOP command? I only see the oracle process, but I don't know how to get the username and the SQL beside him.

        Thank you for your answers!

Fermin.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Fermin Bernaus Berraondo
  INET: fbernaus_at_sammic.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services

---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Received on Mon Mar 31 2003 - 10:19:04 CST

Original text of this message

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