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.
        
     
    
    
        ORA-29892
        indextypes with array DML do not support the given data type
        
        
        Cause
        The user specified a REF or a LONG datatype which is not supported in CREATE/ALTER INDEXTYPE WITH ARRAY DML (DATA_TYPE, VARRAY_TYPE).
        Action
        Reissue the CREATE/ALTER INDEXTYPE statement without the REF or LONG datatype.
        
     
    
    
        ORA-29892
        indextypes with array DML do not support the given data type
        
        
        Cause
        The user specified a REF or a LONG datatype which is not supported in CREATE/ALTER INDEXTYPE WITH ARRAY DML (DATA_TYPE, VARRAY_TYPE).
        Action
        Reissue the CREATE/ALTER INDEXTYPE statement without the REF or LONG datatype.