Parse JSON into Oracle table using PL/SQL

后端 未结 4 1927
误落风尘
误落风尘 2020-12-09 11:06

I have created the following script in order to read data from Mobile App DB (which is based on MongoDB) from Oracle SQL Developer:

DECLARE
  l_param_list     VAR         


        
4条回答
  •  一个人的身影
    2020-12-09 11:17

    Orace provides PL/SQL DOM APIs for JSON handling. Strongly recommend using it, as it provides tons of useful APIs.

    https://docs.oracle.com/database/122/ADJSN/using-PLSQL-object-types-for-JSON.htm#GUID-F0561593-D0B9-44EA-9C8C-ACB6AA9474EE

提交回复
热议问题