OCI-42604
Cannot update JSON Relational Duality View 'string': The '_id' field of the input object does not match the '_id' field of the object being modified.
Cause
?? An attempt was made to modify a duality view object where the input '_id' field value was different than the '_id' field value of the object being modified. ??
Action
??Add or modify the WHERE clause to update the intended object identified by the input '_id' field value. Alternatively, modify the '_id' field value in the input JSON object such that it matches the '_id' field of the object being modified.