I have a query that hits multiple tables in an Oracle database (11g). I don’t have access to the server itself. I use SQL Developer or SQL*Plus to connect.
There are about 31 million rows, and 7 columns, and I want to dump it into a CSV file.
How can I achieve this?