Re: How to get oracle server to start automatically on reboot
From: David Bath <dtb_at_otto.bf.rmit.oz.au>
Date: 6 Oct 93 01:30:14 GMT
Message-ID: <dtb.749871014_at_otto>
Date: 6 Oct 93 01:30:14 GMT
Message-ID: <dtb.749871014_at_otto>
oliver_at_io.nosc.mil (George Oliver) writes:
>Karel Sprenger (KS_at_ic.uva.nl) wrote:
>: Hello all,
>: Is there a way to make the oracle server start up automatically when the
>Try adding the startup procedures to your rc.local. That way whenever you
>reboot, it startup oracle. I use this to startup a version 6.0.33 server:
>if [ -f /usr2/oracle/bin/sqldba ]; then
>
> echo -n 'starting oracle server:'
> /usr2/oracle/bin/sqldba shutdown abort
> /usr2/oracle/bin/sqldba startup
>
>fi
- NO !!!! This needs to be su to oracle not run by root
- Setting the third field in /etc/oratab to "Y" is required for each database you want automagically brought up
>George Oliver
>NRaD, Code 4221
>oliver_at_nosc.mil
-- David T. Bath | Email:dtb_at_otto.bf.rmit.oz.au (131.170.40.10) Senior Tech Consultant | Phone: +61 3 347-7511 TZ=AEST-10AEDST-11 Global Technology Group | 179 Grattan St, Carlton, Vic, 3153, AUSTRALIA "The robber of your free will does not exist" - EpictetusReceived on Wed Oct 06 1993 - 02:30:14 CET