Hi,
I was wondering how to go about exporting a query from PL/SQL to an text file or csv file. The query I have in mind exports a huge amount of data (about 1 gig). So I'd also like the data split across multiple files;
out1.csv out2.csv out3.csv
I'd like to be able to decide how many files to split it across.
Anyone have any idea how to do this?
Cheers Rich