Re: Listener doesn't get started at startup time

From: PT <g_abhi_at_yahoo.com>
Date: Tue, 29 May 2001 15:11:41 -0400
Message-ID: <9f0ra3$kni5_at_kcweb01.netnews.att.com>


Just a thought :
Check if the userid "database" has execute permission for the file lsnrctl

PT

"Sunil Dua" <sdua_at_solutionsny.com> wrote in message news:bc03ebd5.0105271256.182b7231_at_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 S97ORACLE
> link /etc/init.d/lsnrstart S98Listnr
>
> Pls. see if you can help me out... any way thanks a lot for reading.
>
> thanks & regards
> Sunil Dua
Received on Tue May 29 2001 - 21:11:41 CEST

Original text of this message