阿里云-云小站(无限量代金券发放中)
【腾讯云】云服务器、云数据库、COS、CDN、短信等热卖云产品特惠抢购

Oracle监听启动时报TNS-00507问题

137次阅读
没有评论

共计 899 个字符,预计需要花费 3 分钟才能阅读完成。

Linux 系统中,启动 Oracle 监听的时候报如下错误:

[oracle@CentOS ~]$ lsnrctl start

LSNRCTL for Linux: Version 10.2.0.1.0 – Production on 17-APR-2010 00:25:22

Copyright (c) 1991, 2005, Oracle. All rights reserved.

Starting /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait…

TNS-12537: TNS:connection closed
TNS-12560: TNS:protocol adapter error
TNS-00507: Connection closed
Linux Error: 29: Illegal seek

经过检查,发现 hosts 文件,内容如下:

[root@centos ~]# cat /etc/hosts

# Do not remove the following line, or various programs
# that require network functionality will fail.
::1 localhost.localdomain localhost
192.168.19.219 centos

缺少了 127.0.0.1 localhost 行,加上这行后,如下所示,监听就可以正常启动了。

[root@centos ~]# cat /etc/hosts

# Do not remove the following line, or various programs
# that require network functionality will fail.
::1 localhost.localdomain localhost
127.0.0.1 localhost
192.168.19.219 centos

更多 Oracle 相关信息见 Oracle 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=12

本文永久更新链接地址 :http://www.linuxidc.com/Linux/2017-12/149356.htm

正文完
星哥说事-微信公众号
post-qrcode
 0
星锅
版权声明:本站原创文章,由 星锅 于2022-01-22发表,共计899字。
转载说明:除特殊说明外本站文章皆由CC-4.0协议发布,转载请注明出处。
【腾讯云】推广者专属福利,新客户无门槛领取总价值高达2860元代金券,每种代金券限量500张,先到先得。
阿里云-最新活动爆款每日限量供应
评论(没有评论)
验证码
【腾讯云】云服务器、云数据库、COS、CDN、短信等云产品特惠热卖中