hosts文件已添加了相应的ip,需要的服务都已经开启了,可以访问http://localhost:1158/但无法访问http://localhost:1158/em/,显示找不到页面,也试过重建了,但依旧找不到页面,求解

Oracle找不到EM页面http://localhost:1158/em/
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
3条回答 默认 最新
- JE_GE 2017-01-17 12:29关注
Windows的话看oracledbconsole这个服务有没有启动
Linux的话这样看
emctl status dbconsole
如果没启动
emctl start dbconsole
另外侦听器也需要启动
lsnrctl start解决 无用评论 打赏 举报