Oracle Error ORA-29893: indextypes without column data do not need the given data type

Oracle Error Message

ORA-29893: indextypes without column data do not need the given data type

Reason for the Error

WITH ARRAY DML (DATA_TYPE, VARRAY_TYPE) option and WITHOUT COLUMN DATA option conflicted in an alter indextype statement

Solution

Reissue the ALTER INDEXTYPE statement without the conflict.