Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Hunting got CPU Cost
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.orgReceived on Mon Jun 11 2007 - 10:46:52 CDT
![]() |
![]() |