How to transfer generated pdf file to shared drive.
I have requirement like this.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
When you submit the BI report, can you save the PDF output in a temp table as CLOB (Character large object)? The temp table will have other columns such as output_name (format sent earlier), creation_date, created_by, last_update_date, last_updated_by
And then use the temp table, to transfer the PDF output to the server path?
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
What is the solution for it.