Oracle Solution for Error ora-29854

Solution for Oracle Error ORA-29854

ORA-29854: keyword BITMAP may not be used in creating domain indexes

What triggered the Error:

An attempt was made to create a domain index with the BITMAP attribute.

What should we do to fix it:

Remove BITMAP from the CREATE INDEX statement.