Database Error Messages

ORA-19330

Type 'schema_name'.'type_name' is not installed. Install the type before using the SYS_DBURIGEN function.
  • schema_name: The schema name of the type.
  • type_name: The name of the type.

Cause

The type required for the SYS_DBURIGEN function was not installed correctly.


Action

Read the installation notes to install the type correctly.