Hi,
I have a scenario like to create a csv file as an output of a query. I have two clarificaitions
i will spool the output like
spool output_file.csv;
select * from emp;
I am running the same thro a putty in linux server.
I want the output of the query in the spooled file but the outptu shoud not be selected to me, because the nuber of records is quite more (around 2 million records) which should not scrool in my puttty prompt..i want th equery to run in silent mode . Is there a way to do so. Help on the same
Thanks
Ramesh.R