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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Job schedule

Re: Job schedule

From: Terry Sutton <terrysutton_at_usa.net>
Date: Thu, 3 Feb 2005 08:19:06 -0800
Message-ID: <00c501c50a0c$19ce6850$6401a8c0@TerrySutton>


If you're using the dbms_job queue, your interval would be something like

    'trunc(decode(to_char(sysdate,''DAY''), ''SATURDAY '', sysdate + 3, ''SUNDAY '', sysdate + 2, sysdate + 1)) + 5/24'

The ''s are 2 single quotes. There may be typos above, but you can test and experiment.

--Terry

Hi, basic question on jobs, how can I schedule a job to run from Tuesday = to Saturday at 5am?

regards,
GAP
--

http://www.freelists.org/webpage/oracle-l

--

http://www.freelists.org/webpage/oracle-l Received on Thu Feb 03 2005 - 11:21:50 CST

Original text of this message

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