Hi,
I have a scenario where I need to move data from Oracle 12c database into Oracle 11g database.
The data in 12c DB is in JSON format. Each table has only one column with JSON document in it and has around 100 keys. Now I would like to parse the json document and move them into 11g DB where I think we need to have around 100 columns to capture the data. Also, I have to make sure insert, updates are handled accordingly and also the scenario where json document having different nested structures are captured correctly.
Let me know what options we have.
Thanks