Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

OCI-60306

ARRAY DML type type_schema.type_name of indextype must be a VARRAY
  • type_schema: The schema of the type in the ARRAY DML clause.
  • type_name: The name of the type in the ARRAY DML clause.

Cause

An attempt was made to use a type that was not a VARRAY in the ARRAY DML clause of the CREATE INDEXTYPE or ALTER INDEXTYPE statement.


Action

Specify a VARRAY type as the collection type in the ARRAY DML clause of the CREATE INDEXTYPE or ALTER INDEXTYPE statement.