Database Error Messages

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

JZN-00053

target of DOM operation must be an object node

Cause

A DOM operation that requires an object node was given an array or scalar node as the target.


Action

Correct the code to use an operation appropriate to the node type.