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: DBMS job interval question

Re: DBMS job interval question

From: <Winnie_Liu_at_infonet.com>
Date: Tue, 5 Dec 2000 09:51:12 -0800
Message-Id: <10701.123689@fatcity.com>


If you want that job to start at the exact hour and minute, then I think you will need 4 jobs to accomplish this.

Winnie

"John Dailey" <John.Dailey_at_concept-solutions.com>@fatcity.com on 12/05/2000 08:51:00 AM

Please respond to ORACLE-L_at_fatcity.com

Sent by: root_at_fatcity.com

To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> cc:

Subject: DBMS job interval question

Greetings all. I want to schedule a job to run at midnight, 6am, noon, and
6pm each day. How would I write the job interval to schedule this, or do I
have to enter the job 4 different times (i.e. 4 different job numbers) with the following intervals:

TRUNC(SYSDATE+1)
TRUNC(SYSDATE+1)+6/24
TRUNC(SYSDATE+1)+12/24
TRUNC(SYSDATE+1)+18/24

How can I combine these into one? Or is this possible?

Thanks in advance for any and all help. Anybody done this before?

John Dailey, MCSE/MCP+I
Oracle DBA & All Around Good Guy
Consultant
Concept Solutions, LLC
Phone: 703-855-8832

Concept Solutions, LLC
*Your Business Intelligence Partner*
www.concept-solutions.com

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: John Dailey
  INET: John.Dailey_at_concept-solutions.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists

--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Dec 05 2000 - 11:51:12 CST

Original text of this message

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