Writing xSV (eg csv) files from within the Oracle database using Java and PL/SQL
My EXPORTER package + Java code has a function called WriteDelimitedTextfile that can be used to export any SQL SELECT statement to disk using Oracle database’s DBMS_JOB or DBMS_SCHEDULER. Yes, you can export to disk via pure PL/SQL but I have added this function to my EXPORTER to create an integrated solution for exports thatRead More