Package to execute a sql statement and return json output
Hi ,
I have a requirement where I need to write a PLSQL package in which I have to write an SQL statement to retrieve some 100 records and send out the output in JSON format. My oracle database version is 12C and application version is 12.2.6.
Can anyone please suggest me the best way to do it?
Thanks in Advance!