| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Bitmap indexes
On Thu, 15 Apr 1999 15:30:10 +0100, Des Collins
<desmond.collins_at_removeme.bt.com> wrote:
>Ivan,
>
>If you run,
>
>select * from dba_indexes
>where uniqueness = 'BITMAP'
>
>this shows all bitmap indexes - and you can work on from there
That's not correct, at least not in 8.0.5. There is an INDEX_TYPE column.
select * from dba_indexes
where index_type = "BITMAP';
The UNIQUENESS column contains only the values UNIQUE and NONUNIQUE.
Chris
![]() |
![]() |