OCI-42726
Cannot create JSON-relational duality view 'string': Hidden field 'string' cannot be declared to be overridable.
Cause
The duality view definition includes a field marked as both hidden and if missing, which is not allowed for write augmentation.
Action
Ensure that only one of `hidden` or `if missing` is present in the duality view definition for that field.