Database Error Messages

ORA-39787

Column column_name subtype "type_owner"."type_name" cannot be instantiated.
  • column_name: The column being loaded.
  • type_owner: The owner of the type.
  • type_name: The type name of type that is not instantiated.

Cause

The specified subtype cannot be instantiated.


Action

Ensure that all specified subtypes can be instantiated.