Oracle啟動監聽報錯:The listener supports no services解決
報錯提示:
The listener supports no services The command completed successfully
如圖所示:
這樣啟動後遠端連線會報錯:oracle ORA-12514:TNS:listener does not currently know of service requested in connect descriptor
問題原因:資料庫例項沒註冊到listener
解決方法一:
在listener.ora裡面添加了一行
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = orcl)
(SID_NAME = orcl)
)
)
注:裡面的orcl根據你安裝的資料庫例項名確定,我用此法解決了這個報錯。
解決方法二:
登入資料庫:
SQL>show parameter service_names 顯示服務名
SQL>alter system register 強制註冊服務
$lsnrctl status 檢視監聽狀態
相關推薦
Oracle啟動監聽報錯:The listener supports no services解決
報錯提示: The listener supports no services The command completed successfully 如圖所示: 這樣啟動後遠端連線會報錯:oracle ORA-12514:TNS:listener does not
Oracle啟動監聽提示:The listener supports no services 的處理方法
[[email protected] admin]$ lsnrctl status LSNRCTL for Linux: Version 12.1.0.2.0 - Production on 19-APR-2016 10:51:08 Copyrig
The listener supports no services解決一例
今天做Advacned Replication實驗的時候碰到一個問題,啟動目標庫監聽時,出現The listener supports no services [[email protected] ~]$ lsnrctl start LSNRCTL for Li
The listener supports no services解決
今天 在PC上想測試 一下DG同步 ,所以配置了兩個監聽,但在啟動 過程中總是提示:The listener supports no services 開啟 listener.ora檢視發現 配置的監聽名字 叫 :LISTENER_PRIMARY 而SID_LIST_LIS
oracle 12c啟動監聽報錯協議適配器錯誤
oracle 計算機 適配器 我遇到此類問題,一般是右鍵計算機-管理-服務,找到OracleOraDB12Home1TNSListener設為自動啟動,並重啟,當然這種操作你要確定監聽文件什麽的都已經檢查無問題哦。本文出自 “myOracle” 博客,請務必保留此出處http://clarkbg.
ORACLE 低版本客戶端登入Oracle 12c監聽報錯之ORA-28040
今天,測試要求遠端登入oracle 12c資料庫,但是他本地安裝的連線客戶端工具版本比較低,他本地安裝的oracle資料庫是11.2.0.1 要遠端登入的資料庫是12.2.0.1,通過tns遠端登入時報錯:ORA-28040 開始時使用tnsping測試TN
ORACLE啟動監聽出現The listener supports no services
解決方案有以下幾種: 第一種. 通過重啟伺服器,來修復監聽器. 登陸資料庫, sqlplus / as sysdba; SQL>shudown SQL>startup #startup 啟動 #shutdown 關閉 #lsnrctl s
CentOS 7下啟動postfix服務報錯:fatal: parameter inet_interfaces: no local interface found for ::1
pre code found control inter display interface ces tro sed -i ‘s/inet_interfaces = localhost/inet_interfaces = all‘ /etc/postfix/main.c
Oracle The listener supports no services
今天碰到這個問題 問同事 被jj了 感覺自己技術太Low了 最後厚臉皮問了搞定了。 在檢視oracle監聽狀態的時候,會出現下面資訊 [[email protected] ~]$ lsnrctl status LSNRCTL for Linux: Vers
oracle 11g The listener supports no services 一例
測試環境,遇到錯誤如下: ORA-12505: TNS:listener does not currently know of SID given in connect 本機連線,SID確信是對的,於是檢視監聽: The listener supports no servi
The listener supports no services
$ lsnrctl start 報錯提示: The listener supports no services The command completed successfully 登入資料庫: $sqlplus / as sysdba 顯示服務名: SQ
ubuntu 系統啟動出現報錯 : the system is running in low-graphics mode
今天突然停電,電腦斷電ubuntu16.04不正常關閉以後,重新啟動ubuntu 發現桌面系統崩潰了,進入到命令列介面 輸入init 5 試圖進入圖形介面 出現“the system is running in low-graphics mode”錯誤
解決selenium啟動IE瀏覽器報錯:org.openqa.selenium.SessionNotCreatedException: Unexpected error launching Internet Explorer. Protected Mode settings are not the
環境:eclipse + java 1.8.0_121 + selenium-java-3.141.59 + IE 11 啟動IE程式碼: public void beforeMethod() { System.setProperty("webdriver.ie
啟動報錯:The JRE could not be found. Edit the server and change the JRE location.
轉載內容,原文連結:http://blog.sina.com.cn/s/blog_7f865faf0100uvev.html Tomcat報錯: The JRE could not be found. Edit the server and change the JRE
SoapUI啟動報錯:The JVM could not be started. The maximum heap size (-Xmx) might be too large
SoapUI啟動的時候,報如題錯誤,經過排查,在安裝目錄\bin\下,找到SoapUI的vmoptions引數配置檔案 打開發現-Xmx引數配置,將預設值改小一些即可: -Xms128m -Xmx80
Ubuntu系統啟動報錯:The system is running in low-graphics mode
方法一: sudo chown lightdm:lightdm -R /var/lib/lightdm sudo chown avahi-autoipd:avahi-autoipd -R /var/lib/avahi-autoipd sudo chown colord:c
mysql 啟動報錯:The server quit without updating PID file (/usr/local/mysql/data/ubuntu.pid)
這個錯誤算是比較粗心時範的,忘切換使用者了,就是hadoop使用者沒有執行mysql的許可權,如下: [email protected]:/usr/local/mysql$ support-files/mysql.server start Starting MyS
oracle 監聽報錯
報錯提示如圖 解決辦法就是吧監聽日誌給清空即可,監聽日誌大於4g就寫不進去了,所以找到監聽日誌的路徑,清空監聽日誌即可 實在找不到,你就在oracle的目錄裡全域性搜尋檔案,名稱為:listener.log -------------------------
SQL Server導入報錯:The LocaleID 4 is not installed on this system
code page localeid 936 問題描述:通過SQLServer導入導出向導導入中文字符集數據,遇到The LocaleID 4 is not installed on this system.錯誤。解決方法:我發現客戶服務器操作系統雖然不支持Chinese (Simplified)
php-fpm啟動報錯:libgearman.so.8: No such file or directory in Unknown on line 0
php 報錯 php-fpm 從一臺服務器上拷貝php-fpm程序到另一臺後啟動提示錯誤:/etc/init.d/php-fpm-5.4 start Starting php-fpm [27-Jul-2017 11:31:39] NOTICE: PHP message: PHP Warning: