ORA-61706
FOR UPDATE on JSON-Relational Duality View does not support string clause
Cause
A "select ... for update" query on a JSON-Relational Duality View contained unsupported clause for "for update".
Action
Only WAIT or NOWAIT clauses are supported on JSON-Relational Duality View. Remove the above clause and rerun the query.