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: cardinality scripts

Re: cardinality scripts

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Tue, 13 Nov 2001 12:14:46 +0000
Message-ID: <3BF10EB6.7CF5@yahoo.com>


anon wrote:
>
> I'm looking for any scripts which can guide me toward discovering indexes
> within the database that can be dropped or converted to bitmapped indexes.
>
> Not all of our objects are analyzed so I can't use distinct keys from
> dba_ind_columns
>
> Any help is appreciated.
>
> thanks

When evaluating, you could just issue:

analyze index ... estimate statistics;
(then your tests)
analyze index ... delete statistics;

hth
connor

-- 
==============================
Connor McDonald

http://www.oracledba.co.uk

"Some days you're the pigeon, some days you're the statue..."
Received on Tue Nov 13 2001 - 06:14:46 CST

Original text of this message

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