Spooling in SQL Developer
567758Mar 19 2007 — edited Jun 27 2007Hi,
Can some one tell me if there is a way to spool in SQL developer. I normally spool from SQL Plus, but when I run the same code in SQL developer it gives an error.
I know that it is possible to save the results of a query, but the only way I see how to do it is manually for each query run. I would like to be able to run one script which executes a number of queries and saves the results to different files. I can already do this in SQL Plus, but not SQL Developer.
Tim