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

Home -> Community -> Usenet -> c.d.o.server -> DBMS_JOB INTERVAL PARAMETER TIP

DBMS_JOB INTERVAL PARAMETER TIP

From: Matthew MacFarland <matthew_mac&*(^%farland_at_dril-quip.com>
Date: 1998/07/16
Message-ID: <6oktcs$ded$1@uuneo.neosoft.com>#1/1

Hello

To set the INTERVAL parameter of a DBMS_JOB job to run at a specific time of day use the following expression:

to_date(trunc(sysdate + 1,'DDD')||' 16:00:00','DD-MON-YY HH24:MI:SS')

This will run the job at 4:00 PM regardless of when the previous run completed.

Matthew MacFarland
Dril-Quip, Inc. Received on Thu Jul 16 1998 - 00:00:00 CDT

Original text of this message

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