Database Error Messages

OCI-40458

JSON_EXISTS used outside predicate

Cause

The operator JSON_EXISTS was used outside of a predicate.


Action

Use JSON_EXISTS inside a predicate. For instance, by embedding it inside a CASE expression or WHERE clause.