I have to select data form a table under Oracle 10.The statement I have simply used is
select * from table_name;
After the execution of the statement it first fetches 50 rows. Thenafter I just select ctrl+A to select all the rows and export it to a csv file. But it is taking a lot of time. Is there a better way to fetch all the rows and capture the data to csv?