Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

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