課程
/數(shù)據(jù)庫(kù)
/Oracle
/Oracle數(shù)據(jù)庫(kù)開(kāi)發(fā)必備利器之SQL基礎(chǔ)
為什么我安裝完之后沒(méi)有找到Datebase Control-orcl
2017-04-14
源自:Oracle數(shù)據(jù)庫(kù)開(kāi)發(fā)必備利器之SQL基礎(chǔ) 1-2
正在回答
12c沒(méi)有dbconsole了,12c中叫做:Enterprise Manager Database Express 12c?oracle12c的em經(jīng)過(guò)精簡(jiǎn),比11g小 很多,登陸方式也發(fā)生了變化,原來(lái)的http://localhost:1158/em或者h(yuǎn)ttps://localhost:1158/em登陸總是會(huì)遇到問(wèn)題,解決方法需要使用到XDB,需要設(shè)置一下端口。
先連接上
Copyright (c) 1982, 2014,?Oracle. All rights reserved.
請(qǐng)輸入用戶名: system?輸入口令:?上次成功登錄時(shí)間: 星期五 1月 09 2015 18:42:49 +08:00
連接到:?oracle?Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production?With the Partitioning, OLAP, Advanced Analytics and Real Application Testing opt?ions?SQL> show parameter dispatchers;?NAME TYPE VALUE
dispatchers string (PROTOCOL=TCP) (SERVICE=oracle?12cXDB)?max_dispatchers integer?SQL> exec dbms_xdb_config.sethttpport(8088);?PL/SQL 過(guò)程已成功完成。?上面的過(guò)程把端口號(hào)改為8088然后訪問(wèn)http://localhost:8088/em就可以了
因?yàn)槟阏娴倪B問(wèn)問(wèn)題也不會(huì),你截圖,讓我們看看呀
舉報(bào)
為你帶來(lái)Oracle開(kāi)發(fā)必備的sql基礎(chǔ),為后續(xù)課程學(xué)習(xí)打下好的基礎(chǔ)
2 回答安裝的是12C,完成之后咋找不到Database Control ?
1 回答win8系統(tǒng)下安裝了oracle之后找不到database control
3 回答10g沒(méi)有找到Database Control
2 回答database control-orcl登錄不進(jìn)去
4 回答win8沒(méi)找到Database Control
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2017-08-06
12c沒(méi)有dbconsole了,12c中叫做:Enterprise Manager Database Express 12c?
oracle12c的em經(jīng)過(guò)精簡(jiǎn),比11g小 很多,登陸方式也發(fā)生了變化,原來(lái)的http://localhost:1158/em或者h(yuǎn)ttps://localhost:1158/em登陸總是會(huì)遇到問(wèn)題,解決方法需要使用到XDB,需要設(shè)置一下端口。
先連接上
Copyright (c) 1982, 2014,?Oracle. All rights reserved.
請(qǐng)輸入用戶名: system?
輸入口令:?
上次成功登錄時(shí)間: 星期五 1月 09 2015 18:42:49 +08:00
連接到:?
oracle?Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production?
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing opt?
ions?
SQL> show parameter dispatchers;?
NAME TYPE VALUE
dispatchers string (PROTOCOL=TCP) (SERVICE=oracle?
12cXDB)?
max_dispatchers integer?
SQL> exec dbms_xdb_config.sethttpport(8088);?
PL/SQL 過(guò)程已成功完成。?
上面的過(guò)程把端口號(hào)改為8088然后訪問(wèn)http://localhost:8088/em就可以了
2017-04-15
因?yàn)槟阏娴倪B問(wèn)問(wèn)題也不會(huì),你截圖,讓我們看看呀