I tried
select * from users save D:\\test.sql create;
But SQL plus gives me \"no proper ended\" How to specify path in oracle sql in windo
just to make the Answer 2 much easier, you can also define the folder where you can put your saved file
spool /home/admin/myoutputfile.txt select * from table_name; spool off;
after that only with nano or vi myoutputfile.txt, you will see all the sql track.
hope is that help :)