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: Daouda SOW <dsow_at_cybercable.fr>
Date: 2000/05/03
Message-ID: <8epr2b$27bd$1@news6.isdnet.net>#1/1

Execute this query in your schema :

Select index_type from user_indexes
where index_name='<Your index name>';

Good luck

PI

"ccdicky" <good4u_at_hongkong.com> wrote in message news:8epkuk$rss7_at_imsp212.netvigator.com...
> Hi there,
>
> How can I know whether an index is a bitmap index or not?
>
> Thanks in advance.
>
> Dicky
>
>
Received on Wed May 03 2000 - 00:00:00 CDT

Original text of this message

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