Link to home
Start Free TrialLog in
Avatar of Sam Ali
Sam Ali

asked on

how to get json data to database oracle

how can read data json from  Url web service To oracle DataBase
Avatar of slightwv (䄆 Netminder)
slightwv (䄆 Netminder)

In short:
Create a table with a CLOB and store the JSON there.

Depending on what you want to do with it once it is stored, starting in 12.1 there is a JSON data type:
https://docs.oracle.com/database/121/ADXDB/json.htm#ADXDB6246

That should provide a few more options if you want to access the data itself.


Can you provide more information?  Like pretty much everything you are wanting to do.

Do you want to do this with middleware/code?
Do you want to do this from inside the database?
How do you want the JSON stored?
Versions of database (all 4 numbers please, 11g/12c isn't enough)?
etc...

Sample data and expected results always help.
Thanks for the endorsement but don't forget to close the question.

http://support.experts-exchange.com/customer/portal/articles/2527982
This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.