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 Batch processes continue to run

RE: NT Batch processes continue to run

From: Smith, Ron L. <rlsmith_at_kmg.com>
Date: Mon, 19 Mar 2001 05:54:39 -0800
Message-ID: <F001.002D0721.20010319054038@fatcity.com>

I don't use CMD or COMMAND. I just schedule the jobs through the NT 'AT' command. I just enter the full path name of the script file. I tried a test with CMD and the /K and /C parameters. They didn't seem to work. I tried the same test with COMMAND and the /K and /C parameters and I can see that they work. Should I be using CMD or COMMAND to execute batch scripts on NT? No one here has ever submitted batch scripts this way.

Thanks for your help!

Ron

-----Original Message-----
Sent: Friday, March 16, 2001 2:06 PM
To: Multiple recipients of list ORACLE-L

Hi, Ron,

Is this because you run batch files as CMD /K? If so, change it to CMD /C. If
you're not using CMD command and if your script is not too long, please post it
and we'll examine it for you.

Yong Huang
yong321_at_yahoo.com

you wrote:

We have several NT Dos batch scripts that execute sql statements, copy NT files, send email, etc..... For some reason after a couple of weeks the NT server slows to a crawl. We look at the running process and there are dozens of EXE and CMD processes running. The batch scripts are scheduled to run each day and complete normally. Any idea why the processes don't end?

Ron Smith
Database Administration
rlsmith_at_kmg.com



Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/
--

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

Author: yong huang
  INET: yong321_at_yahoo.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).
--

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

Author: Smith, Ron L.
  INET: rlsmith_at_kmg.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 Mon Mar 19 2001 - 07:54:39 CST

Original text of this message

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