OCI-29893
INDEXTYPE without column data do not need the specified data type.
Cause
The WITH ARRAY DML statement with explicit data types for a CREATE INDEXTYPE or ALTER INDEXTYPE statement was used with a WITHOUT COLUMN DATA clause.
Action
Remove the WITHOUT COLUMN DATA clause, or remove the explicit data types on the WITH ARRAY DML clause. Retry the statement.
OCI-29893
indextypes without column data do not need the given data type
Cause
WITH ARRAY DML (DATA_TYPE, VARRAY_TYPE) option and WITHOUT COLUMN DATA option conflicted in an alter indextype statement
Action
Reissue the ALTER INDEXTYPE statement without the conflict.
OCI-29893
indextypes without column data do not need the given data type
Cause
WITH ARRAY DML (DATA_TYPE, VARRAY_TYPE) option and WITHOUT COLUMN DATA option conflicted in an alter indextype statement
Action
Reissue the ALTER INDEXTYPE statement without the conflict.