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 连接报错_第1张图片


处理方法:

[root@rac01 ~]# cd /u01/app/oracle/admin/orcl/xdb_wallet

[root@rac01 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

[root@rac01 xdb_wallet]# chmod 777 cwallet.sso ewallet.p12

[root@rac01 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

[root@rac01 xdb_wallet]#

 

https://192.168.1.201:5555/em/login


12C EM express https 连接报错_第2张图片


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