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: DBA_EXTENTS problem

RE: DBA_EXTENTS problem

From: Jack Silvey <jack_silvey_at_yahoo.com>
Date: Thu, 09 May 2002 13:24:40 -0800
Message-ID: <F001.0045DA7D.20020509132440@fatcity.com>


Babu,

Your query is using cost algorithms to access the data dictionary, and that is why it is so slow. The RULE hint makes it use rule-based optimization, which is the way that the data dictionary is supposed to be accessed.

If you remove all stats from the data dictionary, your query should be fast again.

If it doesn't, just use the RULE hint in all your data dictionary queries. Do make sure that ALL of the stats are gone from your data dictionary tables.

hth,

Jack


Do You Yahoo!?
Yahoo! Shopping - Mother's Day is May 12th! http://shopping.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jack Silvey
  INET: jack_silvey_at_yahoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 May 09 2002 - 16:24:40 CDT

Original text of this message

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