Database Error Messages

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

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.