Database Error Messages

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

JZN-00408

JSON_TRANSFORM operation called with NULL input

Cause

A JSON_TRANSFORM operation was called with an input value that was NULL and the operation had ERROR ON NULL handling specified.


Action

Ensure that the provided value is not NULL or remove the ERROR ON NULL option.