DBMS_JOB INTERVAL PARAMETER TIP

From: Matthew MacFarland <"Matthew>
Date: 1998/07/16
Message-ID: <6oktcs$ded$1_at_uuneo.neosoft.com>#1/1


Hello

[Quoted] 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')

[Quoted] [Quoted] 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 CEST

Original text of this message