Database Error Messages

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

OCI-21710

argument is expecting a valid memory address of an object

Cause

The object memory address that is supplied by the user is invalid. The user may have passed in a bad memory address to a function that is expecting a valid memory address of an object.


Action

User should pass in a valid memory address of an object to the function.