ORA-29893: indextypes without column data do not need the given data type
What triggered the Error:
WITH ARRAY DML (DATA_TYPE, VARRAY_TYPE) option and WITHOUT COLUMN DATA option conflicted in an alter indextype statementWhat should we do to fix it:
Reissue the ALTER INDEXTYPE statement without the conflict.