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: Hunting got CPU Cost

Re: Hunting got CPU Cost

From: DA Morgan <damorgan_at_psoug.org>
Date: Mon, 11 Jun 2007 08:46:52 -0700
Message-ID: <1181576811.155735@bubbleator.drizzle.com>


Terminator wrote:
> Is there any tool which helps in oracle other the OEM to measure the
> CPU and its cost for the query for which it is being utilized in
> Oracle 10g R2.
>
>
> Regards
> Terminator

SQL> SELECT table_name

   2 FROM dba_tab_columns
   3 WHERE column_name LIKE '%CPU%';

That was a hard one. <g>

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Mon Jun 11 2007 - 10:46:52 CDT

Original text of this message

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