Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Is a scheduled job posisble to output spool file

Is a scheduled job posisble to output spool file

From: <warren.liyongbo_at_gmail.com>
Date: 23 Jan 2006 00:40:48 -0800
Message-ID: <1138005648.548005.105370@g44g2000cwa.googlegroups.com>


Hi,

I have a sql to retrieve records from the database, and I spool the output into a file at the beginning of the sql. The spooling works fine when I manually run the sql in Sql*plus.

I am thinking to schedule this sql as a daily job using DBMS_JOBS package in Oracle 9i, but somehow I have the feeling that the spool won't work once it is scheduled. This is the first time I do this kind of things, so probably some guys can help a bit.

In case the spooling output to a file doesn't work in scheduled jobs, what other ways for me to output the records to a text file?

Thanks.

-- 
warren
Received on Mon Jan 23 2006 - 02:40:48 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US