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 -> oracle listener doesnot startup automatically

oracle listener doesnot startup automatically

From: Sunil Dua <sdua_at_solutionsny.com>
Date: 4 Jun 2001 15:11:57 -0700
Message-ID: <bc03ebd5.0106041411.3aca1df1@posting.google.com>

hello there,

My Oracle 8.1.5 server is on a sun machine and is configured to start at boot time along with the Listener. It get started but without the listener. my scripts are as given below:

File: /etc/init.d/dbstart



LD_LIBRARY_PATH=/database/LiveExchange/server/bin/oci815_8 export LD_LIBRARY_PATH
ORACLE_HOME=/database/installation; export ORACLE_HOME ORACLE_SID=LeasingX;export ORACLE_SID
PATH=$PATH:$ORACLE_HOME/bin; export PATH ORACLE_OWNER=1001;export ORACLE_OWNER
su - database -c "/database/installation/bin/dbstart"

File: /etc/init.d/lsnrstart



LD_LIBRARY_PATH=/database/LiveExchange/server/bin/oci815_8 export LD_LIBRARY_PATH
ORACLE_HOME=/database/installation; export ORACLE_HOME ORACLE_SID=LeasingX;export ORACLE_SID
PATH=$PATH:$ORACLE_HOME/bin; export PATH ORACLE_OWNER=1001;export ORACLE_OWNER
su - database -c "/database/installation/bin/lsnrctl start"

my database user id is "database" and it belongs to "dba" group. root also belongs to dba group. Permissions to above said files are as follows:

chmod 777 /etc/init.d/dbstart
chmod 777 /etc/init.d/lsnrstart
chgrp dba /etc/init.d/dbstart
chgrp dba /etc/init.d/lsnrstart

and Links are

link /etc/init.d/dbstart /etc/rc3.d/S97ORACLE link /etc/init.d/lsnrstart /etc/rc3.d/S98Listnr

Pls. see if you can help me out... any way thanks a lot for reading.

thanks & regards
Sunil Dua Received on Mon Jun 04 2001 - 17:11:57 CDT

Original text of this message

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