Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bitmap Indexes in Oracle 7.3.4

Status
Not open for further replies.

Luminita

Programmer
Jun 21, 2000
1
RO
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>
 
Release 734 followed 732 and should include all the capabilities of 732. Check and see if you have all the patches for 734 that you should have.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top