Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Can't automatic startup oracle
What do you mean it doesn't work? I have databases from 7.3.4 to 8.1.6.2 and everything in between and they all startup fine.
-- Dave A <froliol_at_my-deja.com> wrote in message news:8rso7n$34d$1_at_nnrp1.deja.com...Received on Mon Oct 09 2000 - 17:51:44 CDT
> Greetings Wellwin, if you check out Metalink you
> will find that the dbstart utility does not work!
> When executed you will simply be prompted with a
> message that says that the system has been "warm booted."
> I had the same problem and ended up having to write my
> own shell script to start each instance on my server.
>
> Regards, Louis
>
> In article <8rrqto$ld52_at_imsp212.netvigator.com>,
> "Wellwin Kwok" <wellwin_at_yahoo.com> wrote:
> > HI,
> > I have installed Oracle 8.1.6 in Solaris 2.7
> > Also, I have put a script in /etc/rc2.d/ namely S81oracle
> >
> > The content of S81oracle is
> >
> > #!/bin/sh
> >
> > /usr/bin/su - oracle -c '/u01/app/oracle/product/8.1.6/bin/lsnrctl
start'
> > /usr/bin/su -oracle /u01/app/oracle/product/8.1.6/bin/dbstart
> >
> > Moreover /var/opt/oracle/oratab is created with the flag ='Y' at the
end.
> >
> > I don't know why it simply can't startup. Please help.
> >
> > Thanks in advance!
> >
> > --wellwin
> >
> >
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
![]() |
![]() |