downloadESSJobExecutionDetails and downloadExportOutput
I have a requirement to submit an ESS Job which produces information in CSV Format.
I can successfully submit this ESS Job using the submitESSJobRequest SOAP Payload Request and retrieve the completion status using the getESSJobStatus SOAP Payload
I am using Pl/Sql to build the SOAP Envelope and POST the HTTP Request using UTL_HTTP.
Question: How do I get download the CSV Formatted output from Oracle Cloud to my local on-premises oracle database? I am looking for some help with respect to the SOPA Payload Request and Response using downloadESSJobExecutionDetails and downloadExportOutput?