您的位置:首页 > 其它

Ubuntu下Firefox无法打开localhost:1158/em的解决方案

2014-02-16 00:15 363 查看
在Firefox浏览器中输入https://localhost:1158/em

得到错误提示:

Unable to connect

Firefox can't establish a connection to the server at localhost:1158.

The site could be temporarily unavailable or too busy. Try again in a few moments.

If you are unable to load any pages, check your computer's network connection.

If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.

解决方法:

1)打开监听lsnrctl start

2)在终端输入emctl start dbconsole

3)刷新Firefox浏览器页面,会进入Database Instance:orcl页面,点击右上角的startup按钮,

在Host Credentials中输入电脑的用户名和密码,比如zhs和111222333,

在Database Credentials中输入数据库的用户名sys和密码***,Connect As按默认的SYSDBA不用改,

点击OK按钮,进入Startup/Shutdown:Confirmation界面,

点击YES按钮,加载一会儿后进入登录界面,输入用户名system和密码***,Connect As选择Normal

(或者输入用户名sys和密码***,Connect As选择SYSDBA),点击Login按钮,进入数据库管理页面。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: