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 index

Re: bitmap index

From: Aj <ajkumar_at_earthlink.net>
Date: Tue, 19 Jan 1999 19:16:33 -0500
Message-ID: <78376u$edk$1@ash.prod.itd.earthlink.net>


create bitmap index patcas_patid_bmap

   on patcas(patid)
tablespace app_indx
storage(initial 50K

                 next 50K
       pctincrease 0) ;

Try this....

Aj

Xueyou Hu wrote in message <36A5025E.4FCE2D39_at_cceb.upenn.edu>...
>hi,
>I am trying to create bitmap index to speed query, but I can't create it
>with " create bitmap index patcas_patid_bmap on patcas(patid) storage
>(initial 50K next 50K pctincrease 0) tablespace app_indx", I get a
>invalid create command message. our Oracle is 7.3.3., anybody can tell
>me why, thanks a lot.
>
>
>stanley hu
>
Received on Tue Jan 19 1999 - 18:16:33 CST

Original text of this message

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