今天处理一个问题,listener无法启动,一直报错
- [grid@grida ~]$ lsnrctl status SCAN_LISTENER1
- LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 08-MAY-2012 09:14:24
- Copyright (c) 1991, 2009, Oracle. All rights reserved.
- TNS-01101: Message 1101 not found; No message file for product=network, facility=TNS [SCAN_LISTENER1]
- [grid@grida ~]$ lsnrctl status
- LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 08-MAY-2012 09:14:32
- Copyright (c) 1991, 2009, Oracle. All rights reserved.
- Message 1053 not found; No message file for product=network, facility=TNSTNS-12541: Message 12541 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-00511: Message 511 not found; No message file for product=network, facility=TNS
-
Linux Error: 111: Connection refused
查询文档,搜索TNS-12560,TNS-00511没有任何实际意义,最后查询No message file for product=network, facility=TNS ,
发现一些案例,基本问题集中在$ORACLE_HOME权限不对和路径错误,
最后与客户确认,客户有更改过$ORACLE_HOME,告知其还原该路径的改动,还原后,问题解决。
本文转自 hsbxxl 51CTO博客,原文链接:http://blog.51cto.com/hsbxxl/857389,如需转载请自行联系原作者