相当于适用于 Mac 的 Oracle Enterprise Management Console
有人可以建议企业管理控制台的等效产品吗?我找到了这个 Oracle 企业管理器 10g 网格控制管理代理。但我无法启动它。有两个jar文件。我尝试运行它,但它不起作用。
dhcp-176:~ kukodajanos$ java -jar /Users/kukodajanos/Downloads/macosx_10_1_0_3_agent_download/macosx/agent/stage/install1.jar 无效或损坏的 jarfile /Users/kukodajanos/Downloads/macosx_10_1_0_3_agent_download/macosx/agent/stage/install1.jar
我检查了清单,没有指定主类。有什么建议吗?
Somebody can advise an equivalent for Enterprise Management Console? I found this
Oracle Enterprise Manager 10g Grid Control Management Agent. But i cant launch it. There is two jar file. I try to run it, but it doesn't work.
dhcp-176:~ kukodajanos$ java -jar /Users/kukodajanos/Downloads/macosx_10_1_0_3_agent_download/macosx/agent/stage/install1.jar
Invalid or corrupt jarfile /Users/kukodajanos/Downloads/macosx_10_1_0_3_agent_download/macosx/agent/stage/install1.jar
I checked the manifest, and there is no main-class specified. Any suggestion?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以安装
“Oracle Database 10g Client Release 2 (10.2.0.4.0) for MAC OS X on Intel x86 / x86-64”,其中包含 Java Enterprise Manager 客户端(如果您的 Mac 具有 Intel CPU)。
但客户端安装程序中包含的基于 Java 的企业管理控制台对于 10G 来说已经过时了。要控制 10G 和 11G,请通过 Web 使用 Enterprise Manager。
You can install
"Oracle Database 10g Client Release 2 (10.2.0.4.0) for MAC OS X on Intel x86 / x86-64", which contains the Java Enterprise Manager Client (if your Mac is have Intel CPU).
But Java based Enterprise Managment Console as included in Client installer is obsolete for 10G. To control the 10G and 11G use Enterprise Manager through the web.