溫馨提示×

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

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

TNS-12535: TNS:operation timed out (WARNING: inbound connection timed out (ORA-3136))

發(fā)布時(shí)間:2020-06-21 01:15:29 來源:網(wǎng)絡(luò) 閱讀:2305 作者:z597011036 欄目:關(guān)系型數(shù)據(jù)庫(kù)

問題原因:

Fatal NI connect error 12170.
  VERSION INFORMATION:
     TNS for Linux: Version 11.2.0.3.0 - Production
     Oracle Bequeath NT Protocol Adapter for Linux: Version 11.2.0.3.0 - Production
     TCP/IP NT Protocol Adapter for Linux: Version 11.2.0.3.0 - Production
  Time: 24-MAY-2017 18:40:22
  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=192.168.1.2)(PORT=44430))
WARNING: inbound connection timed out (ORA-3136)
Wed May 24 18:45:22 2017


解決方法:

[oracle@ogg3 ~]$ cd /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/             
[oracle@ogg3 admin]$ vim listener.ora
INBOUND_CONNECT_TIMEOUT_LISTENERNAME = 0

[oracle@ogg3 admin]$ vim sqlnet.ora

DIAG_ADR_ENABLED=OFF
SQLNET.INBOUND_CONNECT_TIMEOUT = 0

[oracle@ogg3 admin]$ lsnrctl
LSNRCTL for Linux: Version 11.2.0.3.0 - Production on 28-JUN-2017 18:03:55
Copyright (c) 1991, 2011, Oracle.  All rights reserved.
Welcome to LSNRCTL, type "help" for information.
LSNRCTL> reload

LSNRCTL>exit

[oracle@ogg3 admin]$


向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI