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: OFF TOPIC -- How many AT jobs can we place on an NT server?

RE: OFF TOPIC -- How many AT jobs can we place on an NT server?

From: Guidry, Chris <chris.guidry_at_atcoelectric.com>
Date: Wed, 22 Nov 2000 14:57:18 -0700
Message-Id: <10688.122772@fatcity.com>


Hi,
If you have the NT Resource kit look at the SOON>EXE utility

C:\>soon /?



SOON : Command Scheduling Utility : by kevina_at_microsoft.com

Usage : SOON [\\computername] [delay] [/INTERACTIVE] "command"

   or : SOON /D [/L:n] [/R:n] [/I:{ON|OFF}]

delay : the number of seconds from now when the scheduled job should = start.

   /D : modify Default settings and/or display their current values.    /L : set LocalDelay - default delay for Local jobs - initially 5 = seconds.

   /R : set RemoteDelay - default delay for Remote jobs - initially 15 seconds.

   /I : set InteractiveAlways option - initially OFF.

SOON schedules a job to run in the near future, a number of seconds = from
now.
SOON closely resembles the AT command because SOON simply runs a = suitable AT
command. For a details of the other arguments run "AT /?" without the quotes.

Examples : SOON CMD /C C:\JOBS\BATCH.CMD

           SOON 10 CMD /C C:\JOBS\BATCH.CMD
           SOON \\SERVER 60 /C \JOBS\BATCH.CMD
           SOON \\SERVER /INTERACTIVE CMD /C C:\JOBS\BATCH.CMD
           SOON /d /l:2 /r:30 /i:on

Current Settings :     InteractiveAlways =3D OFF
                    LocalDelay (seconds) =3D 5
                   RemoteDelay (seconds) =3D 15

--
Chris J. Guidry  P.Eng.
ATCO Electric, Metering Services
Phone: (780) 420-4142
Fax: (780) 420-3854
Email: chris.guidry_at_atcoelectric.com


> -----Original Message-----
> From: Boivin, Patrice J [SMTP:BoivinP_at_mar.dfo-mpo.gc.ca]
> Sent: Wednesday, November 22, 2000 1:16 PM
> To: Multiple recipients of list ORACLE-L
> Subject: OFF TOPIC -- How many AT jobs can we place on an NT server?
>=20
> Based on our UNIX server setup, I wrote a DOS script that parses the =
alert
> log file for ORA- and other text and sends that text to me via e-mail =
from
> the NT server using blat.
>=20
> The problem is, in UNIX we can tell crontab to run the job every five
> minutes but in NT we have to create a separate job for every five =
minute
> increment.
>=20
> 5 minutes, from 07:00 - 16:30, that's 114 separate jobs.
>=20
> Help!
>=20
> : )
>=20
> Patrice Boivin
> Systems Analyst (Oracle Certified DBA)
>=20
> Systems Admin & Operations | Admin. et Exploit. des syst=E8mes
> Technology Services | Services technologiques
> Informatics Branch | Direction de l'informatique=20
> Maritimes Region, DFO | R=E9gion des Maritimes, MPO
>=20
> E-Mail: boivinp_at_mar.dfo-mpo.gc.ca <mailto:boivinp_at_mar.dfo-mpo.gc.ca>=20
>=20
> --=20
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --=20
> Author: Boivin, Patrice J
> INET: BoivinP_at_mar.dfo-mpo.gc.ca
>=20
> 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
Received on Wed Nov 22 2000 - 15:57:18 CST

Original text of this message

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