首页 > 数据库技术 > 详细

oracle12c不能进入到http://localhost:1158/em的解决办法

时间:2018-04-13 20:00:09      阅读:301      评论:0      收藏:0      [点我收藏+]

oracle12c的em经过精简,比11g小 很多,登陆方式也发生了变化,原来的https://localhost:1158/em或者https://localhost:1158/em登陆总是会遇到问题,解决方法需要使用到XDB,需要设置一下端口。

先连接上

请输入用户名: system
输入口令:
上次成功登录时间: 星期五 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 过程已成功完成。

上面的过程把端口号改为8088然后访问https://localhost:8088/em就可以了,亲身试过。

技术分享图片

 

oracle12c不能进入到http://localhost:1158/em的解决办法

原文:https://www.cnblogs.com/hyshareex/p/8822830.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!