19c补丁后oracle属主变化,导致不能识别磁盘组

补丁后服务器重启,数据库再次无法启动

ORA01017: invalid username/password; logon denied

Oracle 19c 在打上 19.23 或以上补丁版本后,存在与用户组权限相关的问题。具体表现为,Oracle 实例的运行用户(`oracle`)和集群管理用户(`grid`)在某些情况下没有被正确加入到必要的组中,导致权限问题,从而影响数据库启动。

oracle@alios bin\]$ ls -l oracle -rwsr-s--x. 1 oracle dba 449172288 Mar 8 2023 oracle chown oracle:oinstall $ORACLE_HOME/bin/oracle chmod 6751 $ORACLE_HOME/bin/oracle ![](https://i-blog.csdnimg.cn/direct/91ab67342bb9495aa285b53579765cca.png) ORA-00313:open failed for members of log group 6 of thread 1 0RA-00312:online log 6 thread 1:'+DATA/YLTHIS/ONLINELOG/redo06.log' 0RA-17503:ksfdopn:2 Failed to open file +DATA/YLTHIS/ONLINELOG/redo06.log ORA-15001:diskgroup "DATA" does not exist or is not mounted 0RA-01017:invalid username/password; logon denied MOS 号:\[2919585.1\](https://support.oracle.com) 文档中指出,在打上 19.23 或以上版本的补丁后,Oracle 相关用户(\`oracle\` 和 \`grid\`)的组权限可能会被修改,导致无法正常启动数据库。 解决:执行以下命令,将 oracle 和grid用户添加到oinstall组: usermod -a -G oinstall grid usermod -a -G oinstall oracle

相关推荐
兮兮能吃能睡18 小时前
SQL中常见的英文术语及其含义
数据库·sql·oracle
Elastic 中国社区官方博客19 小时前
根据用户行为数据中的判断列表在 Elasticsearch 中训练 LTR 模型
大数据·数据库·人工智能·elasticsearch·搜索引擎·ai·全文检索
王道长服务器 | 亚马逊云20 小时前
AWS CloudWatch:服务器的“眼睛”,实时监控一切动向
服务器·数据库·aws
怪兽20141 天前
什么是 Redis?
java·数据库·redis·缓存·面试
wangmengxxw1 天前
Redis概述
数据库·redis·缓存
笔生花1 天前
【实战-12】flink版本表
数据库·sql·flink
花月C1 天前
高效查找数据的数据结构—MySQL 索引
数据结构·数据库·mysql
我笔记1 天前
关系型数据库RDBMS与非关系型数据库NoSQL区别
数据库·oracle
PiscesCanon1 天前
达梦开启awr功能报错:[-7160]:Object [DBMS_WORKLOAD_REPOSITORY_DATA_LOW] is invalid
数据库·mysql
SZ1701102311 天前
新机器 银河麒麟 安装 达梦数据库
数据库