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: RedHat Linux 7.2 & Oracle 9i Shutdown

Re: RedHat Linux 7.2 & Oracle 9i Shutdown

From: Marin Dimitrov <marin.dimitrov_at_sirma.bg>
Date: Wed, 13 Feb 2002 10:20:44 -0800
Message-ID: <F001.0040E467.20020213102146@fatcity.com>

>
> 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



"...what you brought from your past, is of no use in your present. When you must choose a new path, do not bring old experiences with you. Those who strike out afresh, but who attempt to retain a little of the old life, end up torn apart by their own memories. "
-- 
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

Original text of this message

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