Concurrent Program Output as an Excel File
Hi, i have successfully created a program that takes a huge query and dumps the contents to an XLSX File into the Remote Directory.
Code Snippet can be found here (http://stackoverflow.com/questions/41299024/create-an-excel-file-xlsx-using-pl-sql).
I would want to have this excel file be the Output of the Concurrent Request so that the User can save it to his/her local drive upon completion.
Basic Flow: Submit Request -> Complete Concurrent Request -> Click View Output -> Prompt for File Save -> Save to Local Drive
Any thoughts on how i can achieve this?
Thank you!