OCI-42676
Unsupported relational operator: 'string'. The list of supported relational operators includes _eq, _ne, _gt, _lt, _gte, _lte
Cause
A relational operator different from _eq, _ne, _gt, _lt, _gte, or _lte is being used.
Action
Replace the unsupported relational operator with a supported relational operator.