WARNING: inbound connection timed out (ORA-3136)錯誤分析
1.set INBOUND_CONNECT_TIMEOUT_<listenername>=0 in listener.ora
2. set SQLNET.INBOUND_CONNECT_TIMEOUT = 0 in sqlnet.ora of server.
3. stop and start both listener and database.
4. Now try to connect to DB and observe the behaviour
一、檢視資料庫中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)連線超時的現象了。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31520497/viewspace-2156846/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-3136錯誤分析——WARNING Inbound Connection Timed Out
- 【Oracle】 inbound connection timed out (ORA-3136)Oracle
- WARNING: inbound connection timed out (ORA-3136)連線超時問題
- Oracle10g R2 RAC: WARNING: inbound connection timed out (ORA-3136)Oracle
- java.sql.SQLException:IO 錯誤:Socket read timed out !JavaSQLException
- 執行systemctl status ssh返回“Failed to get properties: Connection timed out”AI
- oozie.action.hadoop.LauncherException: IO error Connection timed out: no further informationHadoopExceptionErrorORM
- commons-net-3.3 ftpClient上傳檔案報錯java.net.socketexception: connection timed outFTPclientJavaException
- ORA-3136 錯誤解決 .
- adstrtal.sh報超時錯誤 ERROR : Timed out( 100000 ): Interrupted ExceptionErrorException
- pip安裝selenium報錯:Read timed out
- CM agent 傳送heartbeat給CM server 不斷髮生 connection refused:timed outServer
- 報錯(已解決)Command timed out after no timeout
- Oracle10g的ORA-3136錯誤Oracle
- GoldenGate Pump Porcess: TCP/IP error 110 (Connection timed out)的問題解決GoTCPError
- Mysql 錯誤日誌出現大量[Warning] Aborted connection to db user host的解決思路MySql
- Python忽略warning警告錯誤Python
- dedecms 搬家 / dedecms error warning!錯誤Error
- [Clickhouse] Clickhouse 報SQLException : Read timed outSQLException
- sqlnet.log error - Operation timed outSQLError
- SAP Connection inbound郵件接收處理機制
- nginx “504 Gateway Time-out”錯誤NginxGateway
- python如何忽略警告(warning) 錯誤Python
- Oracle10gR2 ORA-3136 錯誤解決Oracle
- ORA-13639: The CURRENT operation was interrupted because it timed OUT
- flutter升級後 執行專案報錯 Warning: Podfile is out of dateFlutter
- Kubelet 錯誤日誌 broken pipe 和 connection reset by peer 的原因分析
- Python怎樣忽略warning警告錯誤?Python
- open-falcon ---安裝Dashboard時候報錯"SSLError: The read operation timed out"Error
- oracle 11.2.0.3 grid ons 程式 checked timed outOracle
- Oracle10g的ORA-3136錯誤解決辦法Oracle
- Oracle10gR2 RAC ORA-3136 錯誤解決方法Oracle
- 【故障處理】Oracle10.2.0.3 ORA-3136 錯誤解決Oracle
- 【轉】WARNING:Could not lower the asynch I/O limit 錯誤MIT
- Putty或MobaXTerm無法連線VMware虛擬機器 報Network error: Connection timed out的解決方案虛擬機Error
- Oracle RAC root.sh 報錯 Timed out waiting for the CRS stack to start 解決方法OracleAI
- Android-問題-obtainBuffer timed out (is the CPU pegged?)AndroidAI
- WARNING:Could not lower the asynch I/O limit 錯誤解決MIT