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: Tim Onions <tim.onions_at_speechmachines.com>
Date: Thu, 27 Mar 2003 09:13:49 -0800
Message-ID: <F001.00574612.20030327091349@fatcity.com>


Hey, it could well be one of mine (or something derived from the same source as I started with) - got all the same words, syntax and style as something I call SessionTopCPU and use to be available off my web site. I think the original inspiration was from Dave Ensor, but I no longer use the report and have long since forgotten almost everything about it (ie I won't be of much help in answering questions).



Tim Onions
Head of Oracle and Web Development
Speech Machines (A MedQuist Company)
...the speech-to-data Application Service Provider Tel: +44.1684.312364
http://www.speechmachines.com

-----Original Message-----
Sent: 27 March 2003 15:59
To: Multiple recipients of list ORACLE-L

Prompt
Prompt Show total CPU and statement CPU for current session (requires TIMED STATISTICS = TRUE)
Prompt

set verify off

col UNAM format a20  word  heading 'User'
col STMT format a56  word  heading 'Statement'
col RUNT format a08  word  heading 'CPU Time'
col ltim format a20 word heading 'Logon Time'
col etim format a20 word heading 'Connect Time'
col PROG format a30 word heading 'Program|Client Terminal Details' col SID format a10 word heading 'SID/|Serial#'
col DR   format 999999999 heading 'Disk Reads'
col BG   format 999999999 heading 'Buffer Gets'
col EX   format 999999999 heading 'Executions'
col rsecs format 999,999,999.00 heading "CPU time|(seconds)" ...
--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Tim Onions
  INET: tim.onions_at_speechmachines.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 Thu Mar 27 2003 - 11:13:49 CST

Original text of this message

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