Oracle Solution for Error ora-29893

Solution for Oracle Error ORA-29893

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 statement

What should we do to fix it:

Reissue the ALTER INDEXTYPE statement without the conflict.