OCI-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.
OCI-40799
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 having a number() or numberOnly() function to a number.
Action
Remove the number()/numberOnly() function from the JSON path expression.
OCI-40799
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 having a number() or numberOnly() function to a number.
Action
Remove the number()/numberOnly() function from the JSON path expression.