Database Error Messages

ORA-64511

Type "type_name" is not defined in schema namespace "schema_name".
  • type_name: The type name written in the query.
  • schema_name: The name of the defined schema.

Cause

The specified type was not defined for the given schema component.


Action

Specify a valid type name.