Skip to Main Content

APEX

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!

Using BugDB Rest API from APEX Application

Gaurav Prasad-OracleApr 21 2020 — edited Apr 27 2020

Hi Experts,

While trying to find the approach of using BugDB Rest API from my APEX application, I could jot down the following steps :

a) File SR to Register with OAM to get OAuth Client Creds (Name,Client Id, Client Secret, Scope) (This step I completed, Got OAuth Client Creds)

c) Create Wallet with password.

d) Add OAuth certificate to the wallet.

e) Add BugDB certificate to the wallet.

f) Use Bug DB API after Acquiring Access token in a PL/SQL block. (Using UTL_HTTP or apex_web_Service)

Please confirm if above steps are correct or not.

Would really appreciate if someone who has successfully implemented BugDB Rest API in their APEX App can share the steps.

Thanks in Advance,

Gaurav Prasad

Comments
Post Details
Added on Apr 21 2020
4 comments
1,027 views