Oracle Error Message
ORA-25959: join index must be of the bitmap type
Reason for the Error
An attempt to create a join index was made, which failed because no bitmap keyword was used.
Solution
Make the index a bitmap index.
ORA-25959: join index must be of the bitmap type
An attempt to create a join index was made, which failed because no bitmap keyword was used.
Make the index a bitmap index.