Spool file not found
The_RockSep 24 2007 — edited Sep 24 2007SQL> spool on D:\rakesh\abc
Started spooling to C:\Program Files\PLSQL Developer\on D:\rakesh\abc\allqueries.lst
SQL> @D:\abc\allqueries.sql;
Table created
Table created
Table altered
Table altered
Table created
Table created
Table altered
Table altered
Table created
Table created
Table altered
Table altered
Table created
Table created
Table altered
Table altered
SQL> commit;
SQL> spool off;
Stopped spooling to C:\Program Files\PLSQL Developer\on D:\rakesh\abc\allqueries.lst
SQL>
I m unable to find the generated spool file, neither in D:\rakesh\abc folder nor C:\Program Files\PLSQL Developer\ MorOver, i searched allqueries.lst and *.lst but couldn`t find latest generated spool file.
Any Suggestions, whats matter?
Message was edited by:
The_Rock