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: how do you scheduled sql scripts

Re: how do you scheduled sql scripts

From: <twod_at_not.valid>
Date: 1997/10/02
Message-ID: <611ar0$q41$1@vnetnews.value.net>#1/1

: I would like to do appends to table B at a certain time during the night
: every day, if there is any data within table A.

dbms_job (+ related deamon) within newish releases of Oracle.

Most OS' have job scheduling facilities - 'at', 'batch', 'cron', etc.

IAP

--
In an attempt to reduce junk email I use an invalid 'From' address.
My correct email address can be determined by replacing 'not.valid' with 
'value.net'
Received on Thu Oct 02 1997 - 00:00:00 CDT

Original text of this message

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