bash: lsnrctl: command not found [message #235600] |
Mon, 07 May 2007 06:35 |
root_oracle
Messages: 2 Registered: May 2007
|
Junior Member |
|
|
Hi,
I logged in as "oracle". When I tried to start the listener by saying "lsnrctl start" it says command not found.
[oracle@blrkaa4a /]$ lsnrctl start
bash: lsnrctl: command not found
I even tried doing the command below.
[oracle@blrkaa4a /]$ /home/oracle/oracle/product/10.2.0/db_4/bin/lsnrctl
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 07-MAY-2007 17:01:54
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Message 850 not found; No message file for product=network, facility=NL
LSNRCTL> start
TNS-01106: Message 1106 not found; No message file for product=network, facility=TNS [LISTENER]
LSNRCTL>
Can you please help me on this of how to start the listener?
- Sankar
|
|
|
|
|
Re: bash: lsnrctl: command not found [message #237942 is a reply to message #235600] |
Wed, 16 May 2007 03:17 |
kohlman
Messages: 1 Registered: May 2007 Location: italy
|
Junior Member |
|
|
check the setting of LD_LIBRARY_PATH
I found out (on mac os x server) that adding the following line to the oracle user profile
solved the problem of listener messages not showing up
export DYLD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/rdbms/lib
|
|
|