Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to enbale CREATE BITMAP INDEX feature?
You didn't say what version of Oracle you're running. I seem to recall
that with some versions of Oracle you needed to install the Parallel
Query Option to use bitmap indexes.
Adam Tadjkarimi wrote:
> I tried to create a bitmap index on a table, something like:
>
> CREATE BITMAP INDEX CREDIT_$BITMAP_JOB_ID ON CREDIT_ADJUST(JOB_ID);
>
> I get the following error message:
>
> ORA-00439: feature not enabled: Bitmapped indexes.
>
> any ideas how to correct this problem? Tanx!
>
> Adam Tadj
> adamt_at_hsltd.com
>
> Opinions expressed or questions asked are mine not of my employer.
Received on Thu Oct 01 1998 - 12:54:51 CDT
![]() |
![]() |