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 -> Re: Scheduling Oracle Jobs on NT

Re: Scheduling Oracle Jobs on NT

From: Limin Guo <guo_at_andrews.edu>
Date: 1997/09/22
Message-ID: <Pine.SOL.3.91.970922091256.487A-100000@deepika.squonk.net>#1/1

You can use "AT" commnad to schedule a job on NT. make sure the scheduler service is running by check services on control panel. Need help on At command?

AT /?

An example:

at 2:00 /every:M,T,W,Th,F "c:\orant\local\backup\backup.cmd"

"backup.cmd" will be run at 2:00 am every Monday, Tuesday, Wednesday, Thursday, Friday...

Also, if you want to use NT cron, check www.ifdef.com.

HTH Limin.

On 21 Sep 1997, TimKArnold wrote:

> Anyone have experience scheduling
> Oracle stored procedures on NT via
> Schedule service. I would like
> to fire a stored procedure, say every hour,
> in the much same way chron works in UNIX.
> Examples?
>
> TIA,
> Tim
>
>
>
  Received on Mon Sep 22 1997 - 00:00:00 CDT

Original text of this message

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