在centos上装了oracle,可就是启动不了监听,愁死我,谁可以解决下啊
[oracle@yang log]$ lsnrctl start
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 21-SEP-2012 11:07:41
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Starting /opt/oracle10g/product/10.2.0/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 10.2.0.1.0 - Production
System parameter file is /opt/oracle10g/product/10.2.0/network/admin/listener.ora
Log messages written to /opt/oracle10g/product/10.2.0/network/log/listener.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
TNS-01150: The address of the specified listener name is incorrect
TNS-01153: Failed to process string: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=221.238.203.46)(PORT=null)))
Listener failed to start. See the error message(s) above...
michaelzh 于 2012-12-04 21:49:29发表:
使用$netca 指令重新配置一下.
(1)在/etc/hosts 文件内,加入主机名与IP的映射记录.
(2)使用$netca 删除原有的那个监听.
(3)使用$netca 再创建一个监听.
检查你的网卡的IP等配置信息是否正确.
于 2012-12-04 21:41:03发表:
使用
$netca 指令重新配置一下.
(1)使用$netca 删除原有的那个监听.
(2)使用$netca 再创建一个监听.
检查你的网卡的IP等配置信息是否正确.
rfusrdx 于 2012-09-22 08:50:39发表:
帮顶