For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Removed
Are your ORACLE_HOME and PATH environment variables pointing to the same oracle software directory? what happens when you start the listener after you do this:
$ export PATH=${ORACLE_HOME}/bin:${PATH} $ lsnrctl start
?
It may be that either you had some issues with your installation or that your environment is not setup correctly for the ORACLE_HOME that you are using. Did you check your installer log files to see if there were any errors/warnings?
See below, if for instance, I had my Oracle Home not set correctly, I get similar errors as you are getting:
$ lsnrctl LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 08-OCT-2005 21:32:54 Copyright (c) 1991, 2005, Oracle. All rights reserved. Welcome to LSNRCTL, type "help" for information. LSNRCTL> exit $ $ unset ORACLE_HOME $ $ lsnrctl LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 08-OCT-2005 21:33:05 Copyright (c) 1991, 2005, Oracle. All rights reserved. Message 850 not found; No message file for product=network, facility=NL LSNRCTL>