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: Extremely Slow Query

Re: Extremely Slow Query

From: Shaleen <shgarg_orafaq_at_hotmail.com>
Date: Thu, 02 Jan 2003 14:24:33 -0800
Message-ID: <F001.00526369.20030102142433@fatcity.com>


Extremely Slow QueryDoesnt seem to be a problem in my 9013 instance. returned 240 rows in 1.26 elapsed seconds

  Does any know how to speed up following query?

  Select *
    from dba_types
  /

  It is taking about 2-3 minutes on my 9202 database. I see a lot of Global Cache waits. The hammer shows following information ...


  select *
  from
   dba_types

  call count cpu elapsed disk query current rows

  Misses in library cache during parse: 1   Optimizer goal: CHOOSE
  Parsing user id: SYS

  Rows Row Source Operation

  Elapsed times include waiting on following events:

    Event waited on                             Times   Max. Wait  Total Waited 
    ----------------------------------------   Waited  ----------  ------------ 
    SQL*Net message to client                      30        0.00          0.00 
    SQL*Net message from client                    30     1607.50       1608.47 
    global cache cr request                      2720        1.22        370.73 
    db file sequential read                        18        0.00          0.01 
    db file scattered read                        648        0.35          1.21 
    cr request retry                               63        0.00          0.00 
    db file parallel read                          10        0.00          0.01 




  ******************************************************************************** 



  Raj



  Rajendra Jamadagni MIS, ESPN Inc.   Rajendra dot Jamadagni at ESPN dot com   Any opinion expressed here is personal and doesn't reflect that of ESPN Inc.   QOTD: Any clod can have facts, but having an opinion is an art!

--

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

Author: Shaleen
  INET: shgarg_orafaq_at_hotmail.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 Jan 02 2003 - 16:24:33 CST

Original text of this message

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