Update a key value in Json without updating the full JSON object
Hello All,
I was wondering if this feature is part of 12c R1 or at least it is on the roadmap for a future release of Oracle 12c R2 perhaps. The situation I have is this:
I am able to put in a json object into the database and retrieve it back out by searching for a particular key within the json. So far so good. I would like to update a key's value within the json document without supplying the entire json document containing the update. Is it possible? Currently if I have to update a key's value I am forced to do an update by sending the entire json object containing the change to that particular key.