Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Spool file not found

The_RockSep 24 2007 — edited Sep 24 2007
SQL> 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 22 2007
Added on Sep 24 2007
2 comments
1,220 views