Oracle Error Message
ORA-01716: NOSORT may not be used with a cluster index
Reason for the Error
An attempt was made to create a cluster index using the NOSORT option.
Solution
Remove NOSORT from the CREATE INDEX statement.
ORA-01716: NOSORT may not be used with a cluster index
An attempt was made to create a cluster index using the NOSORT option.
Remove NOSORT from the CREATE INDEX statement.