91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

WARNING: inbound connection timed out (ORA-3136)連接超時問題

發布時間:2020-08-17 21:53:37 來源:ITPUB博客 閱讀:210 作者:event_horizon 欄目:建站服務器
*
*時間:2009-03-010
*環境:AIX5.3   Oracle10g
*WARNING: inbound connection timed out (ORA-3136)連接超時問題
*/
1、alter_SID.log日志:aaa
Mon Mar  9 02:18:40 2009
ksvcreate: Process(q002) creation failed
Mon Mar  9 02:32:29 2009
WARNING: inbound connection timed out (ORA-3136)
Mon Mar  9 02:33:02 2009
WARNING: inbound connection timed out (ORA-3136)
Mon Mar  9 02:33:19 2009
WARNING: inbound connection timed out (ORA-3136)


2、sqlnet.log日志

Fatal NI connect error 12170.

  VERSION INFORMATION:
 TNS for IBM/AIX RISC System/6000: Version 10.2.0.1.0 - Production
 TCP/IP NT Protocol Adapter for IBM/AIX RISC System/6000: Version 10.2.0.1.0 - Production
 Oracle Bequeath NT Protocol Adapter for IBM/AIX RISC System/6000: Version 10.2.0.1.0 - Production
  Time: 09-MAR-2009 02:32:29
  Tracing not turned on.
  Tns error struct:
    ns main err code: 12535
    TNS-12535: TNS:operation timed out
    ns secondary err code: 12606
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
  Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=10.171.4.201)(PORT=3663))


3、參考官方說明關于該警告的說明:
Note:465043.1


The "WARNING: inbound connection timed out (ORA-3136)" in the alert log indicates that the client was not able to complete it's authentication within the period of time specified by parameter SQLNET.INBOUND_CONNECT_TIMEOUT.

You may also witness ORA-12170 without timeout error on the database server sqlnet.log file.
This entry would also have the clinet address which failed to get authenticated. Some applications or JDBC thin driver applications may not have these details.


可能的原因:
1.網絡攻擊,例如半開連接攻擊
Server gets a connection request from a malicious client which is not supposed to connect to the database ,
in which case the error thrown is the correct behavior. You can get the client address for which the error was thrown via sqlnet log file.

2.Client在default 60秒內沒有完成認證
The server receives a valid client connection request but the client takes a long time to authenticate more than the default 60 seconds.

3.DB負載太高
The DB server is heavily loaded due to which it cannot finish the client logon within the timeout specified.

WARNING: inbound connection timed out (ORA-3136)
這個錯誤跟 oracle 監聽的一個參數有關:SQLNET.INBOUND_CONNECT_TIMEOUT
這個參數從9i開始引入,指定了客戶端連接服務器并且提供認證信息的超時時間,如果超過這個時間客戶端沒有提供正確的認證信息,服務器會自動中止該連接請求,同時會記錄試圖連接的IP地址和ORA-12170: TNS:Connect timeout occurred錯誤。
這個參數的引入,主要是防止DoS攻擊,惡意攻擊者可以通過不停的開啟大量連接請求,占用服務器的連接資源,使得服務器無法提供有效服務。在10.2.0.1起,該參數默認設置為60秒
但是,這個參數的引入也導致了一些相關的bug。比如:
Bug 5594769 - REMOTE SESSION DROPPED WHEN LOCAL SESSION SHARED AND INBOUND_CONNECT_TIMEOUT SET
Bug 5249163 - CONNECTS REFUSED BY TNSLSNR EVERY 49 DAYS FOR INBOUND_CONNECT_TIMEOUT SECONDS
該參數可以通過設置為0來禁用,在服務媏
設置sqlnet.ora文件:SQLNET.INBOUND_CONNECT_TIMEOUT=0
設置listener.ora文件: INBOUND_CONNECT_TIMEOUT_listenername=0
然后reload或者重啟監聽

這是由于連接超時所產生的問題,在10.2.0.1.0版本中sqlnet.inbound_connect_timeout參數默認為60秒,即如果連接時間超過60秒則提示超時,而在其他10G版本中這兩個參數默認為0,即無限制。


如何操作:
一、查看數據庫中listener.ora中的inbound_connect_timeout參數值
1、進入lsnrctl,
LHXXDBS01:oraoms> lsnrctl
2、查看inbound_connect_timeout參數:
LSNRCTL> show inbound_connect_time
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=LHXXDBS)(PORT=1568)))
LISTENER parameter "inbound_connect_timeout" set to 0
The command completed successfully

如果inbound_connect_timeout參數值不為0,則可以修改為0
修改:
LSNRCTL> set inbound_connect_time 0
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=LHXXDBS)(PORT=1568)))
LISTENER parameter "inbound_connect_timeout" set to 0
The command completed successfully

二、修改/oracle/oms/102_64/network/admin/sqlnet.ora
Vi sqlnet.ora
SQLNET.INBOUND_CONNECT_TIMEOUT = 0
保持退出  wq!


三、重新載入listener
LSNRCTL> reload
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=LHXXDBS)(PORT=1568)))
The command completed successfully


第二天觀察沒有出現WARNING: inbound connection timed out (ORA-3136)連接超時的現象了。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

肇庆市| 通渭县| 正宁县| 江都市| 通化县| 丰台区| 蕲春县| 柳林县| 开封县| 邢台县| 政和县| 香格里拉县| 故城县| 饶河县| 开化县| 江安县| 密云县| 德令哈市| 成安县| 商都县| 建宁县| 肥东县| 铁岭县| 宁河县| 都兰县| 佛坪县| 大邑县| 长泰县| 凌源市| 翁牛特旗| 油尖旺区| 安顺市| 江西省| 沁水县| 白玉县| 朝阳市| 涞水县| 紫金县| 浪卡子县| 垣曲县| 玉环县|