1. 程式人生 > >The listener supports no services

The listener supports no services

$ lsnrctl start
報錯提示:

The listener supports no services
The command completed successfully
登入資料庫:
$sqlplus / as sysdba
顯示服務名:
SQL>show parameter service_names
強制註冊服務:
SQL>alter system register;
檢視監聽狀態:
$lsnrctl status
*******************************************
* 解決方案二(靜態註冊)
***************
**************************** 在listener.ora裡面添加了一行 SID_LIST_LISTENER = (SID_LIST = (SID_DESC = (GLOBAL_DBNAME = globe) (SID_NAME = globe) ) ) ******************************************* * 解決方案三(靜態註冊) ******************************************* Oracle Net Manager修改配置 在下圖的Listeners->Database Services中配置要監聽的SID及ORACLE_HOME,退出儲存。

這裡寫圖片描述

*nux上面:
[[email protected] ~]$ netmgr

ORA-03113: end-of-file on communication channel 解決方法
歸檔日誌滿了的話
Linux刪除歸檔檔案
–> su - oracle
–> rman
–> RMAN> connect target sys/sys_passwd
–> RMAN> crosscheck archivelog all;
–> RMAN> DELETE ARCHIVELOG ALL COMPLETED BEFORE ‘SYSDATE-7’;
或者
–> RMAN> delete expired archivelog all;

紅色的語句執行比較慢,要耐心等待下。最後點選Yes確定執行,就可以了

然後再用下面的語句驗證下,能不能正常登入

— >sqlplus /nolog
SQL> conn / as sysdba

相關推薦

The listener supports no services解決一例

今天做Advacned Replication實驗的時候碰到一個問題,啟動目標庫監聽時,出現The listener supports no services [[email protected] ~]$ lsnrctl start LSNRCTL for Li

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

Oracle The listener supports no services

今天碰到這個問題  問同事 被jj了  感覺自己技術太Low了  最後厚臉皮問了搞定了。 在檢視oracle監聽狀態的時候,會出現下面資訊 [[email protected] ~]$ lsnrctl status LSNRCTL for Linux: Vers

ORACLE啟動監聽出現The listener supports no services

解決方案有以下幾種: 第一種. 通過重啟伺服器,來修復監聽器. 登陸資料庫, sqlplus / as sysdba; SQL>shudown SQL>startup #startup  啟動 #shutdown 關閉 #lsnrctl s

The listener supports no services

$ lsnrctl start 報錯提示: The listener supports no services The command completed successfully 登入資料庫: $sqlplus / as sysdba 顯示服務名: SQ

Oracle啟動監聽報錯:The listener supports no services解決

報錯提示: The listener supports no services The command completed successfully 如圖所示: 這樣啟動後遠端連線會報錯:oracle ORA-12514:TNS:listener does not

The listener supports no services解決

今天 在PC上想測試 一下DG同步 ,所以配置了兩個監聽,但在啟動 過程中總是提示:The listener supports no services 開啟 listener.ora檢視發現 配置的監聽名字 叫 :LISTENER_PRIMARY 而SID_LIST_LIS

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 listenersupports no services

、修改監聽檔案 LISTENER =   (DESCRIPTION_LIST =     (DESCRIPTION =       (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))     )   ) SID_LIS

xcode7在真機除錯的時候出現"The identity used to sign the executable is no longer valid"

出現這個錯誤的原因是描述檔案過期. 如圖(借的圖): 大家都知道,在Xcode7中真機除錯不在需要配置開發者證書和描述檔案. 那出現這個問題的原因是Xcode自己配置的描述檔案過期. 解決辦法: 1.Xcode --

The identity used to sign the executable is no longer valid

測試環境:Xcode 7.1 , OS X 10.11 有時候回家繼續做公司專案時,真機除錯經常會碰到如下圖所示的問題 解決方法: 1.開啟鑰匙串訪問,會發現證書已被撤銷的紅色警告,選中該證書,右鍵刪除 2.接著執行專案,出

eclipse 重新載入專案遇到的問題----The entity has no primary key attribute defined

原文地址::https://blog.csdn.net/baidu_26550817/article/details/51752085 相關文章 1、JPA Error : The entity has no primary key attribute defined----https://

Selenium: either the element is no longer attached to the DOM, it is not in the curren

either the element is no longer attached to the DOM, it is not in the curren 元素不再附加到DOM 解決方法 每次都重新尋找xpath,並且加上延時 while n < 30 :

Ansible and the AWS CLI: No module, no problem

Ansible and the AWS CLI: No module, no problemTips on integrating the AWS CLI when Ansible modules are letting you downIf you have picked up Ansible as a t

The Rise of Custodial Services for Crypto Investments

Bringing New Investors to the Crypto MarketThe introduction of established crypto custody providers may be the entranceway for investors who have not yet e

The database returned no natively generated identity value 和Field 'id' doesn't have a default value

xx.hbm.xml配置如下: 場景1: 資料庫設定如下: 此時會丟擲:The database returned no natively generated identity value異常。 場景2:資料庫設定如下: 此時丟擲:Field ‘id’

The Evolution of Managed Services in Hyperscale Cloud Environments

This is a guest post from Barbara Kessler, MSP Business Development Manager, AWS The widespread adoption of AWS and the corresponding shif

Find Out the Status of AWS Services

Amazon Web Services is Hiring. Amazon Web Services (AWS) is a dynamic, growing business unit within Amazon.com. We are currently hiring So

weblogic The transaction is no longer active

   總部有個系統tzjh工作流報流程超時,無法走下去。分析效能問題,按我的風格,先做一個httpwatch的結果,根據結果大致定位。    看到結果後就是一個主請求很慢,定位到是java和SQL的問題,weblogic服務一切良好。找出問題時段的Oracle AWR,可以看到下面的SQL執行了4百多秒。  

Timeout expired. The timeout period elapsed prior to completion of the operation or the server is no

今天碰到了一個查詢異常問題,上網查了一下,感謝原創和譯者 如果你使用的資料庫連線類是 the Data Access Application Blocks "SqlHelper" 或者 SqlClient Class , 你在執行一個很費時的SQL 操作時候,可能就會碰到