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

Re: Bitmap indexes

From: Des Collins <desmond.collins_at_removeme.bt.com>
Date: Thu, 15 Apr 1999 15:30:10 +0100
Message-ID: <3715F7F1.121956A@removeme.bt.com>


Ivan,

If you run,

select * from dba_indexes
where uniqueness = 'BITMAP'

this shows all bitmap indexes - and you can work on from there

Ivan Bajon wrote:

> Does anyone know how to determine from the data dictionary whether an index
> is a b-tree or a bitmap index? Dba_indexes doesn't seem to carry that
> information.
>
> Regards,
Received on Thu Apr 15 1999 - 09:30:10 CDT

Original text of this message

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