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

Sergio-Oracle

$ sudo python -m pip install --upgrade pip

Collecting pip

  Downloading https://files.pythonhosted.org/packages/30/db/9e38760b32e3e7f40cce46dd5fb107b8c73840df38f0046d8e6514e675a1/pip-19.2.3-py2.py3-none-any.whl (1.4MB)

    100% |████████████████████████████████| 1.4MB 700kB/s

Installing collected packages: pip

  Found existing installation: pip 8.1.2

    Uninstalling pip-8.1.2:

      Successfully uninstalled pip-8.1.2

Successfully installed pip-19.2.3

[opc@ow ~]$ sudo python -m pip --version

pip 19.2.3 from /usr/lib/python2.7/site-packages/pip (python 2.7)

1 - 1

Post Details

Added on Jan 29 2021
5 comments
13,597 views