Database Error Messages

ORA-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.