TNS-12170 連線超時
在 sqlnet.log 中錯誤如下:
Fatal NI connect error 12170.
VERSION INFORMATION:
TNS for Linux: Version 10.2.0.1.0 - Production
Oracle Bequeath NT Protocol Adapter for Linux: Version 10.2.0.1.0 - Production
TCP/IP NT Protocol Adapter for Linux: Version 10.2.0.1.0 - Production
Time: 29-NOV-2006 19:13:40
Tracing not turned on.
Tns error struct:
ns main err code: 12535
TNS-12535: TNS:operation timed out
ns secondary err code: 12560
nt main err code: 505
TNS-00505: Operation timed out
nt secondary err code: 110
nt OS err code: 0
Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=219.239.13.3)(PORT=19948))
# oerr tns 12170
12170, 00000, "TNS:Connect timeout occurred"
// *Cause: The server shut down because connection establishment or
// communication with a client failed to complete within the allotted time
// interval. This may be a result of network or system delays; or this may
// indicate that a malicious client is trying to cause a Denial of Service
// attack on the server.
// *Action: If the error occurred because of a slow network or system,
// reconfigure one or all of the parameters SQLNET.INBOUND_CONNECT_TIMEOUT,
// SQLNET.SEND_TIMEOUT, SQLNET.RECV_TIMEOUT in sqlnet.ora to larger values.
// If a malicious client is suspected, use the address in sqlnet.log to
// identify the source and restrict access. Note that logged addresses may
// not be reliable as they can be forged (e.g. in TCP/IP).
於是增大 sqlnet.ora 中的引數:
SQLNET.INBOUND_CONNECT_TIMEOUT = 30
SQLNET.RECV_TIMEOUT = 30
SQLNET.SEND_TIMEOUT = 30
在 listener.ora 增加:
INBOUND_CONNECT_TIMEOUT_LISTENER = 30
重啟監聽器:
lsnrctl reload
------>>http://blog.csdn.net/roland_wg/article/details/3446204
Fatal NI connect error 12170.
VERSION INFORMATION:
TNS for Linux: Version 10.2.0.1.0 - Production
Oracle Bequeath NT Protocol Adapter for Linux: Version 10.2.0.1.0 - Production
TCP/IP NT Protocol Adapter for Linux: Version 10.2.0.1.0 - Production
Time: 29-NOV-2006 19:13:40
Tracing not turned on.
Tns error struct:
ns main err code: 12535
TNS-12535: TNS:operation timed out
ns secondary err code: 12560
nt main err code: 505
TNS-00505: Operation timed out
nt secondary err code: 110
nt OS err code: 0
Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=219.239.13.3)(PORT=19948))
# oerr tns 12170
12170, 00000, "TNS:Connect timeout occurred"
// *Cause: The server shut down because connection establishment or
// communication with a client failed to complete within the allotted time
// interval. This may be a result of network or system delays; or this may
// indicate that a malicious client is trying to cause a Denial of Service
// attack on the server.
// *Action: If the error occurred because of a slow network or system,
// reconfigure one or all of the parameters SQLNET.INBOUND_CONNECT_TIMEOUT,
// SQLNET.SEND_TIMEOUT, SQLNET.RECV_TIMEOUT in sqlnet.ora to larger values.
// If a malicious client is suspected, use the address in sqlnet.log to
// identify the source and restrict access. Note that logged addresses may
// not be reliable as they can be forged (e.g. in TCP/IP).
於是增大 sqlnet.ora 中的引數:
SQLNET.INBOUND_CONNECT_TIMEOUT = 30
SQLNET.RECV_TIMEOUT = 30
SQLNET.SEND_TIMEOUT = 30
在 listener.ora 增加:
INBOUND_CONNECT_TIMEOUT_LISTENER = 30
重啟監聽器:
lsnrctl reload
------>>http://blog.csdn.net/roland_wg/article/details/3446204
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29119536/viewspace-1338512/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- python 連線 mongo 資料庫連線超時PythonGo資料庫
- PostgreSQL 連線 超時異常SQL
- Redis連線超時排查實錄Redis
- 網路超時控制 + 指數補償法超時連線
- 解決代理連線超時問題
- 應用連線超時排查DB MySQLMySql
- 關於在執行java連線MongoDB時遇到的連線超時問題JavaMongoDB
- 今天,你遇到redis線上連線超時了嗎?Redis
- FileZilla 連結伺服器提示 20 秒連線超時伺服器
- Springboot 連線池wait_timeout超時設定Spring BootAI
- Feign,HTTP連線超時問題SocketTimeoutException: Read timed outHTTPException
- 使用secureCRT連線伺服器,防超時斷開Securecrt伺服器
- pymysql 處理 連線超時最好的解決方案MySql
- win10系統下ftp連線失敗提示“連線已超時”怎麼辦Win10FTP
- QPS過萬,redis大量連線超時怎麼解決?Redis
- 網路連線總超時?從四層模型上解析網路是怎麼連線的模型
- SecureCRT 超時自動斷開連線問題解決方法Securecrt
- CentOS 7 SSH 連線超時自動斷開解決方案CentOS
- 電腦連線使用代理ip顯示超時怎麼辦
- django 內建server 外網不能訪問, 報連線超時DjangoServer
- 連線mysql時提示is not allowed to connect不允許連線MySql
- 記一次kubernetes叢集異常: kubelet連線apiserver超時APIServer
- MYSQL++ 資料庫連線超時的解決辦法LTMySql資料庫
- 以太坊公鏈節點連線節點超時問題排查
- 去掉超連結的下劃線
- 去掉超連結下方的橫線
- golang連線MySQL時候的連線池設定GolangMySql
- 使用預設pypi源出現連線超時的解決辦法
- MySQL 連線查詢超全詳解MySql
- ssh連線時提示THEAUTHENTICITYOFHOSTXXCAN’TBEESTABLISHED
- 同時連線gitlab和githubGitlabGithub
- 記錄一個HttpClient超時連線配置不生效的問題排查過程HTTPclient
- 超簡單的Xshell連線手機終端
- 內連線、左連線、右連線
- 解決使用SSH連線Linux伺服器時連線失敗的故障Linux伺服器
- CloseableHttpClient 連線超時導致XxlJob排程阻塞,影響排程任務的執行HTTPclient
- 包拯斷案 | 程式連線頻繁出現超時怎麼破@還故障一個真相
- 【Azure Redis】Lettuce客戶端遇見連線Azure Redis長達15分鐘的超時Redis客戶端
- 禁止ssh連線時的確認提示