UTL_HTTP when using HTTPS
Hi there,
Our vendor uses a database side call to our mid-tier OFM server based on parameters we set up for their. We would like the UTL_HTTP.request call to be to our https URL. Their code does a straightforward utl_http.request(url) call with no accommodation for the oracle wallet. I indicated to the vendor that a simple change to their code to accommodate for the wallet would make the call to our mid-tier server work. The vendor responded that we would need Oracle Advanced licensing in order to import the certificate into the database, in order to get their utl_http call working, as