Database Error Messages

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

OCI-30625

method dispatch on NULL SELF argument is disallowed

Cause

A member method of a type is being invoked with a NULL SELF argument.


Action

Change the method invocation to pass in a valid self argument.