Database Error Messages

ORA-40851

Cannot create a composite multivalue index with ordinality column that is not the last column in the index.

Cause

Attempted to create a composite multivalue index with an ordinality column that was not the last column in the index.


Action

Either use the ordinality column as the last column in the index or remove the ordinality column from the index.