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

Home -> Community -> Mailing Lists -> Oracle-L -> to much time to execute query

to much time to execute query

From: <brain_damage_at_eth.net>
Date: Tue, 28 Jan 2003 16:09:25 -0800
Message-ID: <F001.0053CB6F.20030128160925@fatcity.com>


Hello list,

This query is taking to much time (26 secs). What can be the problem ? Is the query not written properly ? All other queries involving v$sesstat amd v$statname do not take this much time.

--->

select sum(value)/1024||' KB' as Kilo,b.name from v$sesstat a,v$statname b where a.statistic# in (select b.statistic# from v$statname where b.name like '% uga %') group by b.name;


TIA Tc

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

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 Tue Jan 28 2003 - 18:09:25 CST

Original text of this message

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