hosts文件已添加了相应的ip,需要的服务都已经开启了,可以访问http://localhost:1158/但无法访问http://localhost:1158/em/,显示找不到页面,也试过重建了,但依旧找不到页面,求解
Windows的话看oracledbconsole这个服务有没有启动
Linux的话这样看
emctl status dbconsole
如果没启动
emctl start dbconsole
另外侦听器也需要启动
lsnrctl start
都启动了,没影响,百度能搜到的方法基本都试过了
地址应该是https://localhost:1158/em/ 吧