12C EM express https 连接报错

12C EM express https 连接报错

数据库安装的时候建议把EM安装上,方便以后管理。

SQL> show parameter dispatchers

NAME                  TYPE        VALUE

------------------------------------ ----------- ------------------------------

dispatchers              string      (PROTOCOL=TCP) (SERVICE=orclXDB)

max_dispatchers          integer

 

SQL> exec dbms_xdb_config.sethttpsport(5555);

PL/SQL procedure successfully completed.


https://192.168.1.201:5555/em/login

12C EM express https 连接报错


处理方法:

[[email protected] ~]# cd /u01/app/oracle/admin/orcl/xdb_wallet

[[email protected] xdb_wallet]# ls -l

total 8

-rw------- 1 oracle asmadmin 3864 Aug 19 00:28 cwallet.sso

-rw------- 1 oracle asmadmin 3819 Aug 19 00:28 ewallet.p12

[[email protected] xdb_wallet]# chmod 777 cwallet.sso ewallet.p12

[[email protected] xdb_wallet]# ls -l

total 8

-rwxrwxrwx 1 oracle asmadmin 3864 Aug 19 00:28 cwallet.sso

-rwxrwxrwx 1 oracle asmadmin 3819 Aug 19 00:28 ewallet.p12

[[email protected] xdb_wallet]#

 

https://192.168.1.201:5555/em/login


12C EM express https 连接报错


还有一种http的连接方式,可以直接打开,正常大家使用http方式打开就可以使用了。










本文转自 roidba 51CTO博客,原文链接:http://blog.51cto.com/roidba/1957870,如需转载请自行联系原作者