Database Error Messages

ORA-60313

The element type of array DML type schema.name does not match the specified element type element.
  • schema: The schema of the collection type.
  • name: The name of the collection type.
  • element: The element type in the ARRAY DML clause.

Cause

The element type specified in the ARRAY DML clause for a CREATE INDEXTYPE or ALTER INDEXTYPE statement does not match the element type of the specified collection type.


Action

Verify that the element type of the collection in the ARRAY DML clause and the element type in the ARRAY DML are the same.