Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: autostartup
Bhavin Shah 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
You need to put a link to your dbora script from the runlevel directory.
e.g.
lrwxr-xr-x 1 root bin 16 Jun 16 21:24 S99oracle -> ../init.d/dbora
and also the equivalent in the shutdown procedures directory.
HTH Received on Wed Jul 12 2000 - 00:00:00 CDT
![]() |
![]() |