>>433
SQL*Plusみたいにset echo on;して、spoolファイルして、なおかつハイライトしてF5で実行すれば結果も
SQLも保存されるよ。

set echo on;
spool c:\Temp\hoge.txt
select * from emp;
spool off;