Hi All,
I have this requirement to convert JSON format into result set (with rows and columns).
is their anyway i can get to this?
I was successfully able to convert sql result set to JSON format but having hard time to do vice versa.
Flexibility:
At any Given point, i am expecting the rows to be returned not more than 2 & around 50 columns at max.
Therefore, the JSON itself can be stored in varchar2(4000) and not require CLOB to be used. (If required to be passed as an argument to the function).
On Oracle version: 11.2.0.3
Regards,
AAG