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: graham <graham.x.bartlett_at_postoffice.co.uk>
Date: Mon, 9 Oct 2000 10:56:30 +0100
Message-ID: <971085192.14145@igateway.postoffice.co.uk>

Look at the dbstart script.
At the point where it decides that its running 8.1 change the the grep so that it looks for 'Jserver'

Wellwin Kwok wrote in message <8rrqto$ld52_at_imsp212.netvigator.com>...
>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
>
>
>
Received on Mon Oct 09 2000 - 04:56:30 CDT

Original text of this message

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