sql>spool c:\testsql.sqlsql>SELECT * FROM table_name;sql>spool off;
sql>SELECT * FROM table_name;sql>sav c:\test.sql;