Oracle Solution for Error ora-25110

Solution for Oracle Error ORA-25110

ORA-25110: NOSORT may not be used with a bitmap index

What triggered the Error:

attempt was made to create a bitmap index using the NOSORT option.

What should we do to fix it:

move NOSORT from the CREATE BITMAP INDEX statement.