OCI-42569
Cannot create JSON-relational duality view 'string': Reservable column 'string' is not marked as NOUPDATE.
Cause
The user tried to create a JSON-relational duality view with a reservable column without marking the column as NOUPDATE. All reservable columns in a JSON-relational duality view must be marked as NOUPDATE.
Action
Please either remove the reservable column or mark it as NOUPDATE.