Re: Startup & Shutdown Automatically
Date: 1999/02/15
Message-ID: <36C8616F.22C66355_at_erols.com>#1/1
In your $ORACLE_HOME/bin directory there are two files for this purpose.
One is dbstart and the other is dbshut. You just have to place those files
where the rest
of the system startup and shutdown scripts reside so that they get called.
You should change the dbshut script to do a shutdown immediate instead of a
plain shutdown.
The lfiles will usually go someplace like /etc/rc something. The comments
at the top of the script
should give you a general idea where they go but your System Administrator
needs to put
those files there since it requires root permission to change those
directories as well as a su to
oracle so they execute correctly ( although I suppose you could give root
a dba account and put
him in a dba group to save the su but I never heard of that being done ).
Diego wrote:
> Hi guys!
>
> I want to startup and shutdown automatically the DB each time I have to
> re-start the server. How can i do it??
> I have two servers: One is the Sun Solaris and the other one is an HP. I
> don't know if this is important, but I'm using the Oracle 7.3.4 and
> oracle 8.0.4
> I was reading about how to do it, but I tjink I missed some part. Could
> you give me the necessary steps for that??
>
> Thanks,
> Diego
Received on Mon Feb 15 1999 - 00:00:00 CET