oracle12c 开启em,Oracle12C的EM无法访问怎么办?
裝完Oracle 12c,想體驗(yàn)下EM Express,缺發(fā)現(xiàn)不能用,應(yīng)該怎么辦?12c的EM 不再像以前版本配置那么麻煩,當(dāng)然提供的功能也沒有那么多了,只需要啟用對應(yīng)端口即可,請看:
To manually configure the HTTPS port for EM Express:
1. Configure and start the Oracle Net Listener (the listener). You can use lsnrctl to start, stop, and view the status of the listener.
2. If the listener is running on a nonstandard port (for example, not 1521), then the init.ora file for the database you want to manage using EM Express must contain a local_listener entry so that the HTTPS port can register with the correc
listener. The local_listener entry references a TNSNAMES entry that points to the correct listener. For example:
local_listener=inst1
where inst1 is a TNSNAMES entry defined in tnsnames.ora that points to the listener. For example:
inst1= (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=host_name)(PORT=1234)) (CONNECT_DATA=(SERVICE_NAME=service_name)(SERVER=DEDICATED)))
In this example, 1234 is the nonstandard port on which the listener has been configured to listen.
3. Enable the TCP dispatcher by adding the following entry to the init.ora file for the database you want to manage using EM Express:
dispatchers=”(PROTOCOL=TCP)(SERVICE=XDB)”
For example, if the database SID is ORCL, then the entry would be:
dispatchers=”(PROTOCOL=TCP)(SERVICE=ORCLXDB)”
4. Restart the database so that the changes made in the init.ora file take effect.
5. Use the PL/SQL procedure DBMS_XDB_CONFIG.SETHTTPSPORT to set the HTTPS port for EM Express. This will update the HTTPS port in the xdbconfig.xml file in the Oracle XML DB Repository. You must connect as SYS / AS SYSDBA to run the procedure. For example:
SQL> exec DBMS_XDB_CONFIG.SETHTTPSPORT(5500);
6. To access EM Express, enter a URL in the following format in a Web browser:
https://database-hostname:portnumber/em/
For example:
https://mydbhost.example.com:5500/em/
When prompted for your username and password, log in as a user with DBA privilege (such as SYSTEM).
http://blog.sina.com.cn/s/blog_6058d7c101014qx2.html
Oracle EM 不能訪問
zwt2001267 原文 Oracle EM 不能訪問 1. cmd控制啟動EM: C:\Users\Administrator>emctl start dbconsoleEnvironmen ...
oracle em 5500訪問問題
oracle em 5500訪問問題 需要加s了:https://127.0.0.1:5500/em/
Oracle 多實(shí)例如何通過EM進(jìn)行訪問-portlist.ini
[root@redhat4 install]# pwd/u01/app/oracle/product/11.2.0/dbhome_1/install[root@redhat4 install]# mo ...
IP地址變動后,https://localhost:1158/em無法訪問解決辦法
一.解決的方法:重新配置em 二.步驟: 1.在 dos命令下輸入 emca –repos drop 注意:監(jiān)聽端口號是一般是1521,特殊情況要在配置文件中找 2.成功刪除資料檔案庫后,在dos下再 ...
Oracle EM 的訪問方式由HTTPS改為HTTP
打開命令提示符,依次運(yùn)行以下命令: set ORACLE_HOSTNAME=%COMPUTERNAME% set ORACLE_UNQNAME=orcl rem 指向 dbhome_1\oc4j\j2 ...
oracle12c不能進(jìn)入到http://localhost:1158/em的解決辦法
oracle12c的em經(jīng)過精簡,比11g小 很多,登陸方式也發(fā)生了變化,原來的https://localhost:1158/em或者h(yuǎn)ttps://localhost:1158/em登陸總是會遇到問 ...
Windows下使用cmd啟動Oracle EM和sql命令使用+主機(jī)身份認(rèn)證
(1)cmd命令下使用sql命令 >sqlplus / as sysdba sql>select * from v$version; (2)cmd命令下啟動Oracle EM 安裝完ora ...
Oracle 11g EM刪除重建的方法
虛擬機(jī)里的Oracle 11g好長時間沒用了,突然打開之后發(fā)現(xiàn)EM無法訪問了,EM可以重建,于是也不打算查找原因了,直接使大招 OS:Windows Server 2012 Oracle:11g R2 ...
訪問Oracle數(shù)據(jù)庫的工具【unfinished】
ylbtech-Oracle:訪問Oracle數(shù)據(jù)庫的工具 訪問Oracle數(shù)據(jù)庫的工具 1. SQL*PLUS返回頂部 1.0, 1.0.1, 之network\admin\tnsnames.ora ...
隨機(jī)推薦
CoreData數(shù)據(jù)庫遷移的操作
CoreData數(shù)據(jù)庫遷移操作步驟,操作是基于Xcode7. 1.添加新的數(shù)據(jù)庫.選中當(dāng)前數(shù)據(jù)庫版本:Editor->Add Model Verson,創(chuàng)建一個新的數(shù)據(jù)庫版本. 2.Comman ...
Java虛擬機(jī)學(xué)習(xí)記錄
一.java平臺無關(guān)性的基礎(chǔ) 1.和各個平臺有關(guān)的虛擬機(jī): 2.和各個平臺無關(guān)的中間語言(class文件). 二.虛擬機(jī)語言無關(guān)性的基礎(chǔ) 1.class文件 三.java虛機(jī)機(jī)器中java程序的生命周 ...
用聯(lián)想wndows8系統(tǒng)做android調(diào)試開發(fā),adb server無法啟動的原因
今天換了臺筆記本,聯(lián)想V480的,裝好開發(fā)軟件,配置好一環(huán)境,于是打算先試一下能不能用,結(jié)果在eclipse devices中死活看不到設(shè)備,于是開如找各種問題,最后在度娘的幫助下終于找到了答案,我的 ...
PHPCMS V9 如何啟用偽靜態(tài)
最近在研究CMS時候,首先是使用DEDECMS,后來又轉(zhuǎn)到了PHPCMS,感覺后者架構(gòu)更加合理,而前者主要是模板眾多,故使用者多一些,不過我都是需要自己寫模板,那就無所謂了. 玩各種CMS我喜歡首先看 ...
Qt新建線程的方法(四種辦法,很詳細(xì),有截圖)
看了不少Q(mào)t線程的東西,下面總結(jié)一下Qt新建一個線程的方法. 一.繼承QThread 繼承QThread,這應(yīng)該是最常用的方法了.我們可以通過重寫虛函數(shù)void?QThread::run?()實(shí)現(xiàn)我們 ...
Java高級特性之反射
老規(guī)矩我們還是先提出幾個問題,一門技術(shù)必然要能解決一定的問題,才有去學(xué)習(xí)掌握它的價值 一. 什么是反射? 二.反射能做什么??一. 什么是反射??用在Java身上指的是我們可以于運(yùn)行時加載.探知.使用 ...
C++—模板(1)模板與函數(shù)模板
1.引入 如何編寫一個通用加法函數(shù)?第一個方法是使用函數(shù)重載, 針對每個所需相同行為的不同類型重新實(shí)現(xiàn)這個函數(shù).C++的這種編程機(jī)制給編程者極大的方便,不需要為功能相似.參數(shù)不同的函數(shù)選用不同的函數(shù)名 ...
網(wǎng)頁靜態(tài)化技術(shù)--Freemarker入門
網(wǎng)頁靜態(tài)化技術(shù):為什么要使用網(wǎng)頁靜態(tài)化技術(shù) 網(wǎng)頁靜態(tài)化解決方案在實(shí)際開發(fā)中運(yùn)用比較多,例如新聞網(wǎng)站,門戶網(wǎng)站中的新聞頻道或者是文章類的頻道. 對于電商網(wǎng)站的商品詳細(xì)頁來說,至少幾百萬個商品,每個商品又 ...
自動化測試-2.seleniumIDE
一.安裝步驟 1. 打開Firefox瀏覽器 2. 打開https://addons.mozilla.org/en-US/firefox/addon/selenium-ide/versions/,點(diǎn)擊 ...
【StatLearn】統(tǒng)計學(xué)習(xí)中knn算法實(shí)驗(yàn)(2)
接著統(tǒng)計學(xué)習(xí)中knn算法實(shí)驗(yàn)(1)的內(nèi)容 Problem: Explore the data before classification using summary statistics or?vis ...
總結(jié)
以上是生活随笔為你收集整理的oracle12c 开启em,Oracle12C的EM无法访问怎么办?的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 浅谈企业信息化的过程与阶段
- 下一篇: TP5源码分析-执行应用【initial