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: unix cron

RE: unix cron

From: Molina, Gerardo <Gerardo.Molina_at_schwab.com>
Date: Tue, 06 Feb 2001 10:26:02 -0800
Message-ID: <F001.002AC32A.20010206084617@fatcity.com>

I'm not sure what your particular needs are without more information but, one way is not to "stop" it all but to control what it does with a semaphore file. If it's scheduled in cron, then you probably have it there for a reason. If you want to "disable" it temporarily, then add some logic to the script to check for the existence of the semaphore file, call it "DISABLE.DAEMON". If the file exists, then just skip over daemon code. Now you can control the daemon by touching and removing a file.

HTH
Gerardo

-----Original Message-----
Sent: Tuesday, February 06, 2001 6:11 AM To: Multiple recipients of list ORACLE-L

  how can i start and stop cron deamon on solaris 2.6
--

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

Author: Arslan Bahar
  INET: abahar_at_ford.com.tr

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: Molina, Gerardo
  INET: Gerardo.Molina_at_schwab.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 Feb 06 2001 - 12:26:02 CST

Original text of this message

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