Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle8i won't startup if reboot
The "insufficient privileges" has nothing to do with the OS-account you're
using. You
have to "connect internal" with correct password in server manager to startup
the database.
If you want automatic startup when booting, configure the /etc/oratab. It
doesn't start
the listenener, you have to do that in some other way, ie,
/etc/rc.d/init.d/dbora.
By the way, dbstart is a scriptfile, check it out and maybe execute the
commands manually
to get some hints.
/Håkan W
Yuchin Cheng wrote:
> Alex,
>
> When I try dbstart, it just runs without any message.
> But when I use svrmgrl> STARTUP, it tells me insufficient privileges.
> However, I login as oracle, it doesn't make sense for that.
> When I echo $ORACLE_SID, it shows ORCL, just like what I set before.
> What's wrong with this?
> Thanks!
>
> Alexander Penev wrote:
>
> > What happens when you try to start the database (dbstart)?
> >
> > yuchinc_at_yahoo.com wrote:
> >
> > > Hi fellows,
> > >
> > > I guess I successfully installed Oracle8i on RedHat 6.1.
> > > Everything seems working right after the database creation finished.
> > > (sqlplus, svrmgrl, lisnrctl....etc)
> > > I can startup or shutdown the database or do a query using sqlplus.
> > >
> > > However, after I reboot the machine, and trying to STARTUP under
> > > svrmgrl.
> > > It tells me "failure to connect to database", with some weird Germany
> > > like words that I don't understand.
> > > Moreover, when I tried to run dbassist &, it says "ORACLE is not
> > > available"
> > > The UNIX environment is the same before I reboot it.
> > >
> > > Is there anyone could help me with this issue?
> > > Would appreciate it!
> > > Thanks!
> > >
> > > Eric Cheng
> > > yuchinc_at_yahoo.com
Received on Sun Apr 16 2000 - 00:00:00 CDT