监听服务启动不起来

来源:互联网 发布:tw6805a监控软件 编辑:程序博客网 时间:2024/05/17 09:25

ORA-28545:连接代理时NET8诊断错误

Unable to retriever text of NETWORK/NCR message 65535


原因:配置透明网关时,配置完 listener.ora 后要重新启动

lsnrctl stop;

lsnrctl start;


相关报错:

Listener refused the connection with the following error:

ORA-12505 TNS:listener does not currently know of SID given in 

connect descriptor;

重新连接数据库,登录不上,报错,是因为重启监听,Oracle没有反应过来,再关掉重启就好;


IO错误:

The Network Adapter could not establish the connection

也是监听器的问题


错误:

本地计算机上的OracleOraDb11g_home1TNSListener服务启动后停止。某些服务在其他服务或程序使用时将自动停止。


要是监听器关闭之后,再用lsnrctl start 启动 ,cmd一直不进行下去,那就是启动不起来了,

cmd   输入  services.msc  查看服务

若你的OracleOraDb11g_home1TNSListener 是自动的,右击属性改为手动,启动即可。

原创粉丝点击