一次關於解決資料庫偵聽的小經歷
各位老大,別見笑!
自從有了10g被該死的偵聽器折磨好幾次了,估計該遇到的問題全遇到了
這個只是其中一個小小的問題...
好好的報表伺服器的資料庫突然有人說登陸不了了,PL/SQLdeveloper登陸報Ora-12541:TNS:沒有監聽器的錯誤,而SQLPlus以本機登陸卻是好好的,百思不得其解;因專案原因還是自己動手儘快解決吧。
1.手工在windows的服務中重啟tns監聽服務,起不來
2.Check windows的application日誌,未發現有價值訊息
3.Check windows的system日誌,未發現有價值訊息
4.手工在命令列方式下檢視lsnrctl status和lsnrctl start,發現在start過程中TNS-12545: Connect failed because target host or object does not exist
5.核對機器名和listener.ora中的機器名發現不一致,修改好重新啟動,一切OK
NND,原來被那些搞公司系統檢查的人把機器名給改了,連個通知也沒有!
Microsoft Windows [Version 5.2.3790] (C) Copyright 1985-2003 Microsoft Corp. C:\Documents and Settings\Administrator>lsnrctl LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 03-JAN-2008 09:54:54 Copyright (c) 1991, 2005, Oracle. All rights reserved. Welcome to LSNRCTL, type "help" for information. LSNRCTL> status Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1))) TNS-12541: TNS:no listener TNS-12560: TNS:protocol adapter error TNS-00511: No listener 32-bit Windows Error: 2: No such file or directory Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=PRCSGI00883.ad.infosys.c om)(PORT=1521))) TNS-12541: TNS:no listener TNS-12560: TNS:protocol adapter error TNS-00511: No listener 32-bit Windows Error: 61: Unknown error LSNRCTL> start Starting tnslsnr: please wait...
TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production System parameter file is D:\oracle\product\10.2.0\db_1\network\admin\listener.ora Log messages written to D:\oracle\product\10.2.0\db_1\network\log\listener.log Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc ))) Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=PRCSGI00883.ad.inf osys.com)(PORT=1521))) TNS-12545: Connect failed because target host or object does not exist TNS-12560: TNS:protocol adapter error TNS-00515: Connect failed because target host or object does not exist 32-bit Windows Error: 49: Unknown error
Listener failed to start. See the error message(s) above...
--Modify the IP address in listener.ora then start LSNRCTL> start Starting tnslsnr: please wait...
TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production System parameter file is D:\oracle\product\10.2.0\db_1\network\admin\listener.ora Log messages written to D:\oracle\product\10.2.0\db_1\network\log\listener.log Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc ))) Listeningon: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=PRCSGI01177.ad.infosys.com)(PORT=1521)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1))) STATUS of the LISTENER ------------------------ Alias LISTENER Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production Start Date 03-JAN-2008 09:57:02 Uptime 0 days 0 hr. 0 min. 3 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Listener Parameter File D:\oracle\product\10.2.0\db_1\network\admin\listener.ora Listener Log File D:\oracle\product\10.2.0\db_1\network\log\listener.log Listening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=PRCSGI01177.ad.infosys.com)(PORT=152 1))) Services Summary... Service "PLSExtProc" has 1 instance(s). Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service... The command completed successfully LSNRCTL> |
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/6517/viewspace-120023/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 一次資料庫洩露的解決經歷資料庫
- Vue原始碼學習: 關於對Array的資料偵聽Vue原始碼
- 一次資料庫的優化經歷資料庫優化
- 一次無法mount資料庫的經歷資料庫
- 關於Oracle臨時表的使用的小經歷Oracle
- 記一次生產資料庫“意外”重啟的經歷資料庫
- 用impdp匯入資料的一次經歷
- 關於監聽不能啟動的解決方法
- 記一次laravel中使用jquery ajax上傳FormData資料時報錯解決經歷LaraveljQueryORM
- 關於vuejs的偵聽屬性watch的三個問題VueJS
- 一次資料庫匯入解決方案資料庫
- 關於資料庫管理員的驗證小結資料庫
- 關於資料庫連線問題的一般解決方法資料庫
- 記一次nodejs+mongodb資料庫專案學習經歷NodeJSMongoDB資料庫
- 關於資料庫死鎖問題的解釋資料庫
- 一次用rman做資料遷移的實戰經歷
- 關於Oracle臨時表的使用的小經歷和一點疑問?Oracle
- 聊聊關於資料庫表記錄刪除都有哪些解決方式資料庫
- [經驗]HP小機一次無故當機的經歷總結
- 關於資料庫故障資料庫
- 記一次從刪庫到恢復的經歷
- 關於內外網資料同步解決方案
- 3.3.1 關於關閉資料庫資料庫
- 一次奇葩的raid0+1資料恢復經歷AI資料恢復
- 10g bug 偵聽掛起 兩個偵聽程式
- 一次大資料量rebuild index的經歷大資料RebuildIndex
- 一次Linux虛擬機器安裝Oracle 11G資料庫經歷Linux虛擬機Oracle資料庫
- 資料庫工程師成長經歷有感資料庫工程師
- 關於大資料的幾個小故事大資料
- Related to Oracle SQL 關於樹形資料的遍歷OracleSQL
- 「經驗彙總」基於TDengine的時序資料解決方案
- 解決AI的小資料問題AI
- 關於大資料和資料庫的討論大資料資料庫
- 2.5.1 關於建立資料庫的子句資料庫
- 關於資料庫鎖的總結資料庫
- 關於資料庫open的深入探究資料庫
- 2.1 關於建立資料庫資料庫
- 關於資料庫碎片管理資料庫