Linux Error: 29: Illegal seek

0    134    1

Tags:

👉 本文共约342个字,系统预计阅读时间或需2分钟。

lsnrctl启动报错,信息如下

[oracle@sap admin]$ lsnrctl start

LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 15-SEP-2014 02:33:08

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

本人提供Oracle(OCP、OCM)、MySQL(OCP)、PostgreSQL(PGCA、PGCE、PGCM)等数据库的培训和考证业务,私聊QQ646634621或微信db_bao,谢谢!

Starting /home/oracle/app/oracle/product/11.2.0/dbhome_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

[oracle@sap admin]$ /home/oracle/app/oracle/product/11.2.0/dbhome_1/bin/tnslsnr
Unable to resolve address for localhost:6150
ONS runtime exiting

解决方法,保证localhost这行存在,127.0.0.1 localhost.localdomain localhost

[root@sap ~]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
10.1.1.21 sap
[root@sap ~]#

标签:

头像

小麦苗

学习或考证,均可联系麦老师,请加微信db_bao或QQ646634621

您可能还喜欢...

发表回复

嘿,我是小麦,需要帮助随时找我哦
  • 18509239930
  • 个人微信

  • 麦老师QQ聊天
  • 个人邮箱
  • 点击加入QQ群
  • 个人微店

  • 回到顶部
返回顶部