I'm running a query which results 100 000 records/rows of data. Using Spool command in sqlplus I generate a csv which stores all the output of the query.
The csv file with 100 000 records gives me a size of 2.5 GB approximately.
The same export option I'm doing it in sql developer which produces a file with size of 50 MB approximately.
How to reduce filesize during export using spool command?