码迷,mamicode.com
首页 > 其他好文 > 详细

TNSPING time out/响应慢

时间:2015-05-25 11:30:45      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:

E:\s01\app\oracle\product\11.2.0\dbhome_1\BIN>tnsping CENORCL

TNS Ping Utility for 64-bit Windows: Version 11.2.0.1.0 - Production on 25-MAY-2015 10:26:59

Copyright (c) 1997, 2010, Oracle.  All rights reserved.

Used parameter files:
e:\s01\app\oracle\product\11.2.0\dbhome_1\network\admin\sqlnet.ora


Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = W01SQL0601.p
harmatechs.com)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = cenorcl)))
OK (266310 msec)

查了些资料后发现是listener.log超过4G就会出现这个问题,解决很简单。
lsnnrctl stop
删除listener.log
lsnrctl start
恢复正常。

TNSPING time out/响应慢

标签:

原文地址:http://blog.csdn.net/chinadm123/article/details/45967407

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!