【Oracle】 inbound connection timed out (ORA-3136)
早上突然接到監控報警WARNING: inbound connection timed out (ORA-3136)。
ora-3136 連線超時在大部分情況下是可以忽略的,這個錯誤一般是由於客戶端由於沒有使用正確登入的密碼,連線超時導致。
比如下面的例子:
oracle@rac1:/home/oracle>sqlplus yang/yan@yangdbstd
SQL*Plus: Release 11.2.0.1.0 Production on Wed Sep 21 10:47:35 2011
Copyright (c) 1982, 2009, Oracle. All rights reserved.
ERROR:
ORA-01017: 使用者名稱/口令無效; 登入被拒絕
Enter user-name:
在備庫中檢視日誌:
oracle@rac4:/home/oracle>tf
***********************************************************************
Fatal NI connect error 12170.
VERSION INFORMATION:
TNS for Linux: Version 11.2.0.1.0 - Production
Oracle Bequeath NT Protocol Adapter for Linux: Version 11.2.0.1.0 - Production
TCP/IP NT Protocol Adapter for Linux: Version 11.2.0.1.0 - Production
Time: 21-SEP-2011 10:48:36
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.250.7.226)(PORT=61449))
WARNING: inbound connection timed out (ORA-3136)
sqlplus user/passwd@tnsname,這個passwd 是錯誤的,oracle提示:ORA-01017: 使用者名稱/口令無效; 登入被拒絕,不做稽核操作,把連線掛在那裡,等帶一會,就可以在服務端的資料庫alert 日誌中看到WARNING: inbound connection timed out (ORA-3136)客戶端使用錯誤的密碼登入,但是之後又沒有退出連線導致ORA-3136。查詢ML文件《Troubleshooting ORA – 3136 WARNING Inbound Connection Timed Out [ID 465043.1]》,還有如下原因:
There can be three main reasons for this error -
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. The server receives a valid client connection request but the client takes a long time to authenticate more than the default 60 seconds.
3. The DB server is heavily loaded due to which it cannot finish the client logon within the timeout specified.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22664653/viewspace-708004/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- WARNING: inbound connection timed out (ORA-3136)錯誤分析
- [debug] vagrant報錯mount.nfs: Connection timed outNFS
- 執行systemctl status ssh返回“Failed to get properties: Connection timed out”AI
- oozie.action.hadoop.LauncherException: IO error Connection timed out: no further informationHadoopExceptionErrorORM
- CM agent 傳送heartbeat給CM server 不斷髮生 connection refused:timed outServer
- 關於遠端連線虛擬機器Network error: Connection timed out的問題虛擬機Error
- [Clickhouse] Clickhouse 報SQLException : Read timed outSQLException
- SAP Connection inbound郵件接收處理機制
- Putty或MobaXTerm無法連線VMware虛擬機器 報Network error: Connection timed out的解決方案虛擬機Error
- Failed to connect to ESP8266: Timed out waiting for packet headerAIHeader
- 報錯(已解決)Command timed out after no timeout
- 【解決】io.lettuce.core.RedisCommandTimeoutException: Command timed outRedisException
- jdbc訪問KingbaseES資料庫SocketTimeoutException Read timed outJDBC資料庫Exception
- java.sql.SQLException:IO 錯誤:Socket read timed out !JavaSQLException
- java.net.SocketTimeoutException: Read timed out異常解決方法JavaException
- Feign,HTTP連線超時問題SocketTimeoutException: Read timed outHTTPException
- 部分OPPO機型 AssetManager.finalize() timed out的修復
- io.lettuce.core.RedisCommandTimeoutException: Command timed out 解決辦法RedisException
- RetryableException: Read timed out executing導致服務假死無響應Exception
- java.sql.SQLRecoverableException: IO Error: Socket read timed out 排查歷程JavaSQLExceptionError
- pip 下載報"connection to pypi.org time out"
- 【python】pip安裝庫時出現Read timed out.解決辦法Python
- 【Azure Fabric Service】Service Fabric部署失敗問題 Provisioning of VM extension ConfigureVM has timed out.
- INBOUND_CONNECT_TIMEOUT與SQLNET.INBOUND_CONNECT_TIMEOUT小結SQL
- [重慶思莊每日技術分享]-CENTOS7.7 登入顯示:abrt-cli status' timed outCentOS
- INBOUND_CONNECT_TIMEOUT(zt)
- Sqoop從Oracle抽數錯:IO Error: Connection resetOOPOracleError
- Springboot2.x整合lettuce連線redis叢集報超時異常Command timed out after 6 second(s)Spring BootRedis
- nacos Connection refused (Connection refused)
- Connection
- oracle OGG-01232 Receive TCP params error:TCP/IP error 232(connection reset)OracleTCPError
- java.net.ConnectException: Connection refused (Connection refused)JavaException
- Error:Can't connect to SOCKS proxy:Connection refused (Connection refused)Error
- OOM(Out Of Memory)OOM
- Kotlin 1.2.50 is out!Kotlin
- nmcli connection reload
- nodejs庫express是如何接收inbound json請求的NodeJSExpressJSON
- torch--drop out
- SQL not exist out joinSQL