Database Error Messages

ORA-29892

Indextypes with array DML do not support the specified data type.

Cause

The statement used a REF or a LONG data type which is not supported in a CREATE INDEXTYPE or ALTER INDEXTYPE statement using a WITH ARRAY DML clause.


Action

Retry the statement without the REF or LONG data type.