Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: RedHat Linux 7.2 & Oracle 9i Shutdown
>
> I placed the db startup and shutdown scripts in /etc/rc.d/init.d
directories and linked them to rc0.d, rc2.d, rc3.d, rc4.d, rc5.d. The
databases startup fine, however they do NOT shutdown when I issue
"shutdown -r now" command from root. Any clues, hints? Maybe I have to put
the K00* in all rc.d dirs????
>
runlevel 6 restarts the system, in the above configuration the scripts will be executed only if u issue "halt" (runlevel 0)
also put "shutdown immediate" or "shutdown transactional" in the proper place in the shutdown script, otherwise just a "shutdown" will be issued which may not be what you want
hth,
Marin
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Marin Dimitrov INET: marin.dimitrov_at_sirma.bg 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 Wed Feb 13 2002 - 12:20:44 CST