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: NT Scheduler !!

RE: NT Scheduler !!

From: Reardon, Bruce (CALBBAY) <Bruce.Reardon_at_comalco.riotinto.com.au>
Date: Tue, 30 Oct 2001 13:40:40 -0800
Message-ID: <F001.003B8A71.20011030135552@fatcity.com>

Hi,

You could use the soon command (in the resource kit) to schedule it to run in 3600 seconds.
The batch file could also have logic to check the current time to work out when to schedule it next.

You could also use at and have your batch calculate the next time to run at - using either batch commands, some other scripting language or a freeware date time arithmetic program.

Or as mentioned below, use the NT GUI scheduler (or some other scheduling tool that works on NT)

Do you need more details?

Regards,
Bruce Reardon

-----Original Message-----
Sent: Wednesday, 31 October 2001 4:40

Saroj,

The only way that I can do this is using NT's GUI Task Scheduler. There is an advanced option there that lets you repeat tasks at every specified interval and the duration.

Regards,
George

-----Original Message-----
Sent: Tuesday, October 30, 2001 12:20 AM

Hello Guru,

I want to run one batch in Windowns NT using At scheduler.

Thw question is :

  1. There will be a start time & end time ...say 7PM & 12 PM
  2. Want to run the batch say in every hour (Have a fixed Interval time ) c)want to repeat step a & b everyday

I am facing the problem in AT command how to specify the interval time i.e every 1 hr the batch will be run.

Please help me.

Regards,
Saroj.
--

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

Author: Reardon, Bruce (CALBBAY)
  INET: Bruce.Reardon_at_comalco.riotinto.com.au

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 Oct 30 2001 - 15:40:40 CST

Original text of this message

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