重庆思庄Oracle、Redhat认证学习论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1629|回复: 0
打印 上一主题 下一主题

在GI+DB情况下,19c EM EXPRESS不显示的问题

[复制链接]
跳转到指定楼层
楼主
发表于 2021-2-25 00:21:13 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
本帖最后由 郑全 于 2021-9-11 16:41 编辑

Wallet file permissions when RDBMS sits on top of GI with role separation -- This case is only applicable to UNIX platform.
The wallet files should have permission 0600, and that doesn't allow successful display of the EM Express page when RDBMS sits on top of GI with role separation.
The XDB wallet is stored in the $ORACLE_BASE/admin/<db_name>/xdb_wallet directory . If ORACLE_BASE is not defined, the XDB wallet is stored in $ORACLE_HOME/admin/<db_name>/xdb_wallet, where <db_name> is the unique database name.
ls -l would show
-rw------- 1 oracle asmadmin 3926 Jun 28 13:45 cwallet.sso
-rw------- 1 oracle asmadmin 3881 Jun 28 13:45 ewallet.p12



  
changing mode to 640 to allow for group asmadmin to read the wallet files makes the EM Express page available via browser.
chmod 640 $ORACLE_BASE/admin/<db_name>/xdb_wallet
或者
chmod 640 $ORACLE_HOME/admin/<db_name>/xdb_wallet

解决办法:
   chmod 640 $ORACLE_BASE/admin/<db_name>/xdb_wallet/*

The wallet can also be recreated with :
SQL>conn / as sysdba;
SQL> exec DBMS_XDB_ADMIN.INSTALLDEFAULTWALLET;
这个问题在12c以上版本存在。19C上存在该问题。

分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 支持支持 反对反对
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|手机版|小黑屋|重庆思庄Oracle、Redhat认证学习论坛 ( 渝ICP备12004239号-4 )

GMT+8, 2024-5-5 23:22 , Processed in 0.082133 second(s), 19 queries .

重庆思庄学习中心论坛-重庆思庄科技有限公司论坛

© 2001-2020

快速回复 返回顶部 返回列表