[Oracle报错]TNS-12535: TNS:operation timed out、TNS-00505: O
Oracle 11.2.0.4 x64 OS CentOS 6.6 x64 ? 问题描述: alert日志出现网络错误如下 *********************************************************************** ? 问题原因: 1、Client在default 60秒内没有完成认证 2、网络攻击,例如:半开连接攻击 3、DB负载太高 ? 解决方案: ①sqlnet.ora文件加入SQLNET.INBOUND_CONNECT_TIMEOUT=0 To specify the time,in seconds,for a client to connect with the database server and provide the necessary authentication information. Default 60 seconds(11.2) ②listener.ora文件加入INBOUND_CONNECT_TIMEOUT_listener_name=0 To specify the time,for the client to complete its connect request to the listener after the network connection had been established. Default?60 seconds(11.2) ③重载监听lsnrctl reload ? ? ? 参考文档: https://www.cnblogs.com/Richardzhu/articles/2836466.html https://docs.oracle.com/cd/E11882_01/network.112/e10835/sqlnet.htm#NETRF210? 搜索SQLNET.INBOUND_CONNECT_TIMEOUT https://docs.oracle.com/cd/E11882_01/network.112/e10835/listener.htm#NETRF312 搜索INBOUND_CONNECT_TIMEOUT_listener_name ? -The End- ? Tank 20180604(编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |