Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: unix cron
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).
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
![]() |
![]() |