Oracle11g Enterprise Manager——https://localhost:1158/em

一、打开 Enterprise Manager

Oracle11g的 Enterprise Manager 是网页版的,在开始菜单中找到 Datebase Control- XXX,跳转开始打开网页,地址为 https://localhost:1158/em,但是无法打开。

解决办法

1、打开 C:\Windows\System32\drivers\etc 中 hosts文件,加上本机ip

如 ip 是:192.168.24.32

那么就在hosts文件中加入: 192.168.24.32 localhost

最好同时也加上: 127.0.0.1 localhost

Oracle11g Enterprise Manager——https://localhost:1158/em

2、更换浏览器,输入网址 https://localhost:1158/em,即可打开

3、输入 SYS 和 密码,打开超级管理员用户

Oracle11g Enterprise Manager——https://localhost:1158/em

4、进入界面

Oracle11g Enterprise Manager——https://localhost:1158/em

 

参考链接:

https://blog.****.net/zengchaoyue/article/details/7615246