Hi,
We're using Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production.
I want to send output to a .csv file using UTL_FILE.
The client wants the .csv file to have multiple tabs with each tab containing output from a different sql statement.
Ho can I do this? I have the code written to output the data to a plain .csv file but how does one send additional batches of data to different tabs in the same .csv file?
Thanks,
Degriz