Oracle Solution for Error ora-01716

Solution for Oracle Error ORA-01716

ORA-01716: NOSORT may not be used with a cluster index

What triggered the Error:

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

What should we do to fix it:

Remove NOSORT from the CREATE INDEX statement.