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

相关推荐
眠修3 分钟前
MongoDB 数据库应用
数据库·mongodb
wh_xia_jun1 小时前
mybatis xml 配置中,jdbcType=VARCHAR 的作用
数据库·oracle·tomcat
程序猿小D2 小时前
第24节 Node.js 连接 MongoDB
数据库·mongodb·npm·node.js·编辑器·vim·express
悟能不能悟2 小时前
讲一件Java虚拟线程
java·开发语言·oracle
果子⌂3 小时前
PostgreSQL --数据库操作
linux·数据库·postgresql
SeaTunnel3 小时前
如何将SeaTunnel MySQL-CDC与Databend 高效整合?格式与方案全解析
数据库·mysql·开源·数据集成·seatunnel·databend
在肯德基吃麻辣烫3 小时前
《Redis》持久化
数据库·redis·缓存
xiaolyuh1234 小时前
基于binlog恢复误删除MySQL数据
数据库·mysql
Gauss松鼠会4 小时前
GaussDB分布式数据库调优方法总结:从架构到实践的全链路优化指南
数据库·分布式·sql·database·gaussdb
码海漫游者84 小时前
让Python成为你的网站引擎:Django全栈开发初体验!!!
数据库·python·其他·django