I want to create some bitmap indexes on a table, in Oracle version 7.3.4<br>The statement for this is <br>CREATE BITMAP INDEX name ON table ( fields );<br>When I execute this statement I receive an SQL error ORA-00901: invalid CREATE command<br>The only thing I found in documantation for creating bitmap indexes is that the 'compatible' initialization parameter should be at least '7.3.2'. On my server it is '7.3.4.0.0'<br>Does anybody know if bitmap indexes are supported by Oracle 7.3.4 and if yes, what else should I do to make them work?<br><br>