Database Error Messages

ORA-40721

Text indexing is not supported on collections with content column of NVARCHAR2 or NCLOB data type.

Cause

An attempt was made to create a text index on a collection with a content column of NVARCHAR2 or NCLOB data type.


Action

Do not create an index on a collection that has a content column of NVARCHAR2 or NCLOB data type.