Hi there,
I need to get the data from https web service url which is kind of https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/2.5_day.geojson.
My Database Details
OS: Win 10 64 bit
DB version Oracle 19 c
Pdbs: APEX_5, APEX_18, APEX_19
I have installed three versions of APEX in three different PDBs as above.
Now the requirement is of getting data from https url in APEX report which is in APEX_19 PDB.
What i have done:
Creation of ACL: Not sure where to create
Creation of Wallet: Tried using below commands
orapki wallet create -wallet https_wallet -pwd *** -auto_login
orapki wallet add -wallet https_wallet -cert usgsgov.crt -trusted_cert -pwd ***
SSL certificate : Retrieved the SSL certificate from the site
Please share the steps only for Oracle 19C. Thanks
Ashish Sahay
Message was edited by: Ashish Sahay