linux下安装10G后 lsnrctl start 无法启动监听
错误提示如下,请问是什么问题我应该如何处理,谢谢各位了。本人刚开始使用oracle,还望大家多多指教!
[oracle@localhost bin]$ ./lsnrctl start
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 07-OCT-2008 16:13:31
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Message 1070 not found; No message file for product=network, facility=TNSTNS-12545: Message 12545 not found; No message file for product=network, facility=TNS
TNS-12560: Message 12560 not found; No message file for product=network, facility=TNS
TNS-00515: Message 515 not found; No message file for product=network, facility=TNS
Linux Error: 2: No such file or directory
--------------------------------------------------------------------------------------------------------------------------------
例子:
vi .bash_profile 在最后添加以下内容
ORACLE_BASE=/usr/local/src/oracle
ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1
ORACLE_SID=TAINK
PATH=$ORACLE_HOME/bin:$PATH
export ORACLE_BASE ORACLE_HOME ORACLE_SID PATH
退出oracle 用户后,再登录:如下操作
[root@oracle_11g u01]# su - oracle
[oracle@oracle_11g ~]$ env | grep ORA