Re: HELP !! startup of Oracle 7.2.3 at boot time on UNIX
Date: 1996/10/05
Message-ID: <32560F62.5283_at_charlie.cns.iit.edu>#1/1
Chetan S. Bhargiri 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
>
> called oracle7 assigned as the DBA.
>
> This script fails as it complains that root cannot connect internal.
>
> Any help is appreciated.
>
> thanks in advance, email responses are welcome.
>
> -chetan
>
> chetan_at_voicenet.com
at STARTUP you have have specify the parameter file(init.ora)
SQLDBA> CONNECT INTERNAL
SQLDBA> STARTUP PFILE=/u01.............../init.ora
hope this helps
AMARENDRA B NETTEM
WHITTMAN-HART CORPORATION
CHICAGO.
http://www.iit.edu/~nettama
Received on Sat Oct 05 1996 - 00:00:00 CEST