Oracle RESTful Push data from one database to another
Budget: $25 – $50 USD
I have an on premise Oracle database. I have a cloud Oracle database that is restful enable.
On premise database is:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
Cloud database is:
Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
I know the basics of RESTful. I can do a get of a full table or by Id. What I don't understand is from one database I can I POST an entire table from on premise to cloud? Initially an insert but then maybe updates. And it includes blob data (pictures, spreadsheets). I see examples of CSV. I read that you need to construct json then send it. but I don't see an end to end example.
On premise database is:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
Cloud database is:
Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
I know the basics of RESTful. I can do a get of a full table or by Id. What I don't understand is from one database I can I POST an entire table from on premise to cloud? Initially an insert but then maybe updates. And it includes blob data (pictures, spreadsheets). I see examples of CSV. I read that you need to construct json then send it. but I don't see an end to end example.