Showing posts with label ORA-01716. Show all posts
Showing posts with label ORA-01716. Show all posts

Wednesday, 18 January 2012

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

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

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

Action: Remove NOSORT from the CREATE INDEX statement.