oracle 如何运行oracle企业管理器?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4968051/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 03:04:54  来源:igfitidea点击:

How to run oracle enterprise manager?

oracleoracle10g

提问by nath

I cannot run OEM in my system, it gives page not found error. My Oracle version is 10g. Can someone please guide me how to run it.

我无法在我的系统中运行 OEM,它给出了找不到页面的错误。我的 Oracle 版本是 10g。有人可以指导我如何运行它。

回答by Heiko Rupp

Did you start it with emcontrol?

你是用emcontrol开始的吗?

$ORACLE_HOME/bin/emctl start dbconsole

When this succeeded, it prints you the url where EM is listening for connections; usually http://dbhost:1158/em

成功后,它会向您打印 EM 正在侦听连接的 URL;通常http://dbhost:1158/em

回答by Arsalan Sheikh

first write in terminal

首先在终端写入

emctl start dbconsole

then go your browser and write localhost:1158/em

然后在浏览器中输入 localhost:1158/em