oracle RAC环境启动报ORA-01031: insufficient privileges

本文记录了一次Oracle数据库启动时遇到的ORA-01078等错误的详细情况及解决方案,通过调整oracle用户属性和增加asmdba组权限,成功解决了数据库无法启动的问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

详细报错信息如下:

SQL> startup
ORA-01078: failure in processing system parameters
ORA-01565: error in identifying file '+DATA/taxidb/spfiletaxidb.ora'
ORA-17503: ksfdopn:2 Failed to open file +DATA/taxidb/spfiletaxidb.ora
ORA-01031: insufficient privileges

查了下当前oracle的身份信息

[root@rac1 ~]# id oracle
uid=502(oracle) gid=501(oinstall) 缁501(oinstall),502(dba)
[root@rac1 ~]# id grid
uid=501(grid) gid=501(oinstall) 缁501(oinstall),502(dba),504(asmadmin),506(asmdba),507(asmoper)

正常节点oracle用户属性:

[root@rac1 etc]# id oracle
uid=500(oracle) gid=501(oinstall) groups=501(oinstall),502(dba),503(oper),506(asmdba)
[root@rac1 etc]# id grid
uid=501(grid) gid=501(oinstall) groups=501(oinstall),502(dba),503(oper),504(asmadmin),505(asmoper),506(asmdba)

执行如下:主要增加asmdba组

[root@rac1 ~]# usermod -g oinstall -G dba,asmdba oracle
[root@rac1 ~]# id oracle
uid=502(oracle) gid=501(oinstall) 缁501(oinstall),502(dba),506(asmdba)
SQL> startup
ORACLE instance started.

Total System Global Area 6597406720 bytes
Fixed Size                  2240784 bytes
Variable Size            4932505328 bytes
Database Buffers         1644167168 bytes
Redo Buffers               18493440 bytes
Database mounted.
Database opened.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

黄宝康

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值