Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: autostartup

Re: autostartup

From: Jonathan Gennick <jonathan_at_gennick.com>
Date: 2000/07/12
Message-ID: <3nuomskfk2tvvo5vps8bt43q7sfnempik5@4ax.com>#1/1

On my Linux box, which is Red Hat 6.0, I had to soft-link dbora into the /etc/rc.d/rc5.d directory. I may have this ln command backwards, but:

ln -s dbora /etc/rc.d/rc5.d/S99dbora

The Linux startup scripts look for all the Sxx files in the rc5.d directory (assuming run-level 5), and executes them in numeric order. I also did a similar link into rc0.d, but named that file K01dbora, so that the database and listener get shutdown when I shutdown the box.

Jonathan



jonathan_at_gennick.com
http://gennick.com
Brighten the Corner Where You Are

On Tue, 11 Jul 2000 14:10:25 -0700, Bhavin Shah <bhavinsh_at_aludra.usc.edu> wrote:

>How do you get oracle to automatically startup
>(and shutdown) the database in Linux? (8.1.6)
>I edited the /etc/rc.d/init.d/dbora file to
>include the dbstart and dbshut commands, but
>the db still won't start. I still need to
>connect internal and then startup from svrmgrl.
>
>Bhavin
>
Received on Wed Jul 12 2000 - 00:00:00 CDT

Original text of this message

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