Oracle Error ORA-29892: indextypes with array DML do not support the given data type

Oracle Error Message

ORA-29892: indextypes with array DML do not support the given data type

Reason for the Error

The user specified a REF or a LONG datatype which is not supported in CREATE/ALTER INDEXTYPE WITH ARRAY DML (DATA_TYPE, VARRAY_TYPE).

Solution

Reissue the CREATE/ALTER INDEXTYPE statement without the REF or LONG datatype.