TNS-12547 Linux Error: 104: Connection reset by peer
refs:
http://blog.csdn.net/daimin1983/article/details/4291661
http://space.itpub.net/index.php?action/viewspace/itemid/629063
---------------
TNS-12547 Linux Error: 104: Connection reset by peer
解決過程參考:http://blog.chinaunix.net/u/7121/showart_403812.html
[oracle@MyMachine log]$ lsnrctl start
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 23-JUN-2009 09:53:26
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Starting /opt/oracle/product/10.2.1/db_1/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 10.2.0.1.0 - Production
System parameter file is /opt/oracle/product/10.2.1/db_1/network/admin/listener.ora
Log messages written to /opt/oracle/product/10.2.1/db_1/network/log/listener.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=MyMachine.localdomain)(PORT=1521)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
TNS-12547: TNS:lost contact
TNS-12560: TNS:protocol adapter error
TNS-00517: Lost contact
Linux Error: 104: Connection reset by peer
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=MyMachine.localdomain)(PORT=1521)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Linux Error: 111: Connection refused
解決過程:
[oracle@MyMachine log]$ more /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
10.10.5.24 MyMachine.localdomain
10.10.3.254 host54.localdomain
[root@MyMachine ~]# vi /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost #新增
10.10.5.24 MyMachine.localdomain
10.10.3.254 host54.localdomain
重新啟動監聽:
[oracle@MyMachine log]$ lsnrctl start
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 23-JUN-2009 09:55:47
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Starting /opt/oracle/product/10.2.1/db_1/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 10.2.0.1.0 - Production
System parameter file is /opt/oracle/product/10.2.1/db_1/network/admin/listener.ora
Log messages written to /opt/oracle/product/10.2.1/db_1/network/log/listener.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=MyMachine.localdomain)(PORT=1521)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
Start Date 23-JUN-2009 09:55:48
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /opt/oracle/product/10.2.1/db_1/network/admin/listener.ora
Listener Log File /opt/oracle/product/10.2.1/db_1/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=MyMachine.localdomain)(PORT=1521)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "orcl" has 1 instance(s).
Instance "orcl", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
在網上搜尋一下,另一種TNS-12547: TNS:lost contact的情況,具體錯誤如下:
TNS-12547: TNS:lost contact
TNS-12560: TNS:protocol adapter error
TNS-00517: Lost contact
Linux Error: 32: Broken pipe
原因:listener.log檔案超過2G
解決方法:清空日誌檔案
[oracle@chicago ~]$ cd $ORACLE_HOME/network/log
[oracle@chicago log]$ cat /dev/null > listener.log
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/350519/viewspace-1056123/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 連線華為雲的Redis服務報錯“Error: Connection reset by peer”RedisError
- 【Azure Cache for Redis】Python Djange-Redis連線Azure Redis服務遇上(104, 'Connection reset by peer')RedisPython
- 【Azure Redis 快取】 Python連線Azure Redis, 使用redis.ConnectionPool 出現 "ConnectionResetError: [Errno 104] Connection reset by peer"Redis快取PythonError
- go grpc: connection reset by peer 的一種解決方案GoRPC
- 免密scp解決ssh_exchange_identification:read connection reset by peer 原因IDE
- Kubelet 錯誤日誌 broken pipe 和 connection reset by peer 的原因分析
- Sqoop從Oracle抽數錯:IO Error: Connection resetOOPOracleError
- oracle OGG-01232 Receive TCP params error:TCP/IP error 232(connection reset)OracleTCPError
- 阿里雲站點升級提示:OpenSSL SSL_connect: Connection reset by peer in connection to www.pbootcms.com:443阿里boot
- ‘OpenSSL SSL_read: Connection was reset, errno 10054’
- ERROR 2026 (HY000): SSL connection error: unknown error numberError
- Error:Can't connect to SOCKS proxy:Connection refused (Connection refused)Error
- HttpClient遭遇Connection Reset異常,如何正確配置?HTTPclient
- Dr.Elephant mysql connection errorMySqlError
- Java中處理SocketException: Connection reset”異常的方法JavaException
- Error: Connection activation failed: Device not managed by NetworkManagerErrorAIdev
- JMETER java.net.SocketException: Connection reset 報錯解決方案JMeterJavaException
- Error!: SQLSTATE[HY000] [2002] Connection refusedErrorSQL
- ascp: Failed to open TCP connection for SSH, exiting. Session Stop (Error: Failed to open TCP connection for SSH)AITCPSessionError
- Listener refused the connection with the following error:ORA-12514, TNS:listenerError
- Error on opening a connection to slave1:33061 on local port: 33061Error
- 記錄redis佇列read error on connection to錯誤Redis佇列Error
- OGG-01224 error 111:Connection refused - retries exceeded.Error
- Error waiting for a debug connection: ProcessException: adb did not report forwarded portErrorAIExceptionForward
- mysqldump: Error 2013: Lost connection to MySQL server during query when dumpingMySqlErrorServer
- [轉]Android Studio匯入工程報錯 Error:Cause: peer not authenticated 解決方案AndroidError
- ERROR 2013 (HY000): Lost connection to MySQL server at 'reading authorization paErrorMySqlServer
- oozie.action.hadoop.LauncherException: IO error Connection timed out: no further informationHadoopExceptionErrorORM
- Error establishing a database connection 的解決方法(發現黑客入侵)ErrorDatabase黑客
- Oracle案例04——TNS-12547: TNS:lost contactOracle
- MySQL報錯ERROR 2013 (HY000): Lost connection to MySQL server during queryMySqlErrorServer
- nacos Connection refused (Connection refused)
- Fabric 1.0原始碼分析(32) Peer #peer node start命令實現原始碼
- JavaScript reset 事件JavaScript事件
- git reset 用法Git
- css-resetCSS
- Connection
- win10系統下瀏覽器打不開網頁提示err_connection_reset錯誤怎麼辦Win10瀏覽器網頁
- Fabric 1.0原始碼分析(33) Peer #peer channel命令及子命令實現原始碼