Re: Help !! startup of oracle 7.2.3 at boot time

From: Joe Nardone <nardone_at_patriot.net>
Date: 1996/10/05
Message-ID: <534jkk$ruq_at_washington.patriot.net>#1/1


Chetan S. Bhargiri (chetan_at_voicenet.com) wrote:
:
: I am having trouble starting up oracle at boot time. I have the dbstart script
:
: in /etc/init.d , but the problem I am having is this.
:
: The dbstart is being run as root at startup time. The dbstart has the
:
: following lines in it.
: connect internal;
: startup;
:
: For this to work, the user who runs dbstart has to be the DBA.
:
: Root is not the DBA on our system instead we have a separate user

In the script, you should be able to do something like

. su oracle7 -c "/path/dbstart"

This will run one command as the user oracle7

Joe

-- 
                                   
=-------------------------------------------------------------------------=
Joe Nardone <nardone_at_patriot.net>
  "No, no, warp speed is too slow."   "Too slow??"   "We'll have to go
                       right to -- ludicrous speed!"
Received on Sat Oct 05 1996 - 00:00:00 CEST

Original text of this message