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: Oracle8 server for linux starting

Re: Oracle8 server for linux starting

From: Sharad Ramachandran <sharad.r_at_cygent.com>
Date: Wed, 21 Jul 1999 15:16:48 -0700
Message-ID: <379646D0.18E79A12@cygent.com>


Create a file called S90dbadmin (or whatever you want it in the init level 2 or 3)
with:

if [ -f /opt/oracle7/bin/dbstart ]; then   su oracle7 -c /opt/oracle7/bin/dbstart fi

Simple eh!

This will start all the instances of oracle on the machine at boot time.

-Sharad

Alex wrote:

> What platform?
>
> Alex
>
> Lee Kang Won wrote in message <3792A4B0.CD146EA8_at_chollian.net>...
> >How can I start oracle server when boot time?
> >
> >I always switch user to oracle and run svrmgrl,
> >
> >connect internal, and startup ... it's quite a trivial job to me.
> >
> >
> >If there's some good idea on this, please help me.
Received on Wed Jul 21 1999 - 17:16:48 CDT

Original text of this message

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