ORA-40600
JSON_EQUAL used outside of a predicate
Cause
The JSON_EQUAL operator was used outside of a SQL predicate.
Action
Use the JSON_EQUAL operator inside a SQL predicate such as a WHERE clause, HAVING clause, or a CASE expression.
ORA-40600
JSON_EQUAL used outside predicate
Cause
The operator JSON_EQUAL was used outside of a predicate.
Action
Use JSON_EQUAL inside a predicate, for instance by embedding it inside a CASE expression.
ORA-40600
JSON_EQUAL used outside predicate
Cause
The operator JSON_EQUAL was used outside of a predicate.
Action
Use JSON_EQUAL inside a predicate, for instance by embedding it inside a CASE expression.