Database Error Messages

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

OCI-30773

opaque types do not have default constructors

Cause

Constructor invocation did not succeed, since no user-defined constructors were defined for the opaque type, and since opaque types do not have default constructors.


Action

Add user-defined constructors to opaque type, or specify a member or static method for the opaque type.