问答详情
源自:1-2 Oracle安装

为什么我安装完之后没有找到Datebase Control-orcl

为什么我安装完之后没有找到Datebase Control-orcl

提问者:qq_大鹏_7 2017-04-14 16:29

个回答

  • 落叶萧萧online
    2017-08-06 13:39:47

    12c没有dbconsole了,12c中叫做:Enterprise Manager Database Express 12c 
    oracle12c的em经过精简,比11g小 很多,登陆方式也发生了变化,原来的http://localhost:1158/em或者https://localhost:1158/em登陆总是会遇到问题,解决方法需要使用到XDB,需要设置一下端口。

    先连接上

    Copyright (c) 1982, 2014, Oracle. All rights reserved.

    请输入用户名: system 
    输入口令: 
    上次成功登录时间: 星期五 1月 09 2015 18:42:49 +08:00

    连接到: 
    oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production 
    With the Partitioning, OLAP, Advanced Analytics and Real Application Testing opt 
    ions 
    SQL> show parameter dispatchers; 
    NAME TYPE VALUE

    dispatchers string (PROTOCOL=TCP) (SERVICE=oracle 
    12cXDB) 
    max_dispatchers integer 
    SQL> exec dbms_xdb_config.sethttpport(8088); 
    PL/SQL 过程已成功完成。 
    上面的过程把端口号改为8088然后访问http://localhost:8088/em就可以了


  • snow_leopard
    2017-04-15 19:15:28

    因为你真的连问问题也不会,你截图,让我们看看呀