Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Rest API call PL/SQL

User_A8XLFJan 29 2021 — edited Jan 29 2021

Hi,
I am new to PL/SQL and i have to make Rest API call using it. I have to send an argument with the request and the API will give the data as per the argument. Can you please suggest how i can do this. Any help will be appreciated.
PS: If possible please post a working code snippet.
Thanks & Regards
Shubham Joshi

This post has been answered by Bilal on Feb 1 2021
Jump to Answer

Comments

843798
Nearly all users' machines will have a JRE already installed. In fact, Microsoft is causing quite a stir by not including a JRE in Windows XP!
843798
That is a legitimate issue, and the answer is yes you have to force them to install the JRE one way or another. On the other hand, the reason your application is 100k is probably because the JRE is so large - I.E., the JRE wraps up all the code that you didn't have to write. Besides, nowadays 5MB is not that large.
1 - 2

Post Details

Added on Jan 29 2021
5 comments
13,600 views