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: Can't automatic startup oracle

Re: Can't automatic startup oracle

From: <froliol_at_my-deja.com>
Date: Mon, 09 Oct 2000 15:29:05 GMT
Message-ID: <8rso7n$34d$1@nnrp1.deja.com>

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. Received on Mon Oct 09 2000 - 10:29:05 CDT

Original text of this message

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