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 -> Re: Is a scheduled job posisble to output spool file

Re: Is a scheduled job posisble to output spool file

From: <sybrandb_at_yahoo.com>
Date: 23 Jan 2006 01:11:25 -0800
Message-ID: <1138007485.029030.197460@g43g2000cwa.googlegroups.com>


1 You can use spool, using the scheduling facilities of your O/S: Cron on Unix, task scheduler on Winblows
2 In you convert to dbms_job you need to use the UTL_FILE package. Before you can do that, you need to set up a directory on the server, by using the CREATE DIRECTORY command (9i and higher), or change the parameter utl_file_dir, and bounce the database (all versions, unless paleolithic).

-- 
Sybrand Bakker
Senior Oracle DBA
Received on Mon Jan 23 2006 - 03:11:25 CST

Original text of this message

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