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: Analyzing indexes

Re: Analyzing indexes

From: Yong Huang <yong321_at_yahoo.com>
Date: 11 Mar 2003 10:47:05 -0800
Message-ID: <b3cb12d6.0303111047.3834a86f@posting.google.com>


Chuck <chuckh_at_softhome.net> wrote in message news:<Xns933B62023C5ACchuckhsofthomenet_at_130.133.1.4>...
> I need to determine whether or not a couple of indexes need to be
> rebuilt. The problem is the indexes are quite large and on a 24x7 high
> volume database. If I try to run an "analyze validate structure" to
> gather the data I need to make that decision, it sets a lock on the
> table for about an hour which I can't afford to do. There is no slow
> time when I can do this and management has said before they're not going
> to spring for the partitioning option to break the indexes up into
> managable pieces. Is there some other way I can get the information
> needed to determine if an index needs to be rebuilt or not without
> setting a lock on the table? We are on Oracle 8.1.7.

I don't think there's a way to do what you want in 8.1.7. Only 9i has the ONLINE option to allow you to do concurrent DMLs.

Yong Huang Received on Tue Mar 11 2003 - 12:47:05 CST

Original text of this message

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