Database Error Messages

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

JZN-00057

cannot convert BOOLEAN value to number

Cause

An attempt was made to convert a BOOLEAN value that was selected by a JavaScript Object Notation (JSON path) expression to a number with a number() or numberOnly() function.


Action

Remove the number()/numberOnly() function from the JSON path expression.