Had good great experience with PL/JSON for a year; Here the steps I followed to install PL/JSON into my oracle 12C DB.
Installation
- Got PL/JSON from GitHub using git clone
- Opened 'install.sql' file in SQLDeveloper and selected the DB connection to run the release
- Used 'Run Script' option from SQLDeveloper.
- Watched 'Script Output' for no errors
Test
- Opened another 'SQL WorkSheet' and copy and pasted the Example-1 and executed the Script.
- In Script output, verified the JSON data print.
No comments:
Post a Comment