Database Error Messages

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

PLS-00713

attempting to instantiate a type that is NOT INSTANTIABLE

Cause

An attempt was made to instantiate a type that is defined as NOT INSTANTIABLE.


Action

Avoid instantiating variables of this NOT INSTANTIABLE type, instead derive an INSTANTIABLE subtype from it and instantiate variables of the subtype.