Database Error Messages

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

ORA-40799

cannot convert Boolean value to number

Cause

An attempt was made to convert a Boolean value to a number with a JSON path that used a number() or numberOnly() function.


Action

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