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 -> Cannot AutoStart Oracle Net8 Listener (lsnrctl)

Cannot AutoStart Oracle Net8 Listener (lsnrctl)

From: Victor Lee <nospam_at_newsranger.com>
Date: Sun, 20 May 2001 05:10:26 GMT
Message-ID: <6lIN6.366$r4.20328@www.newsranger.com>

Dear sir/madam,

I have just installed Oracle 8i (8.1.6) on Slackware 7.1, and have a problem with the
Oracle Net8 listener. I should appreciate for any help. The problem is this:

The Oracle software installs successfully, and I can start the listner (using $ORACLE_HOME/bin/lsnrctl start) by logging in as the oracle user account. Then I want the listener to autostart on boot, so I run a script which contains the following lines:

 /usr/oracle/.bash_profile
su - oracle -c "$ORACLE_HOME/bin/lsnrctl start".

The second line fails with the following errors:

TNS-01103: Protocol specific component of the address is incorrectly specified
TNS-12541: TNS: no listener
TNS-12560: TNS: protocol adaptor error
TNS-00211: ...

Please note that the script is run by the root user, and oracle is the user name who installs Oracle, and the .bash_profile file has established all Oracle environment variables ($ORACLE_HOME, $ORACLE_SID, etc.)

Thank you for your kind help.

Regards,
Victor Lee Received on Sun May 20 2001 - 00:10:26 CDT

Original text of this message

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