CRS-2566 Unable To Modify DB Configuration via srvctl in Job Role Separation
(Doc ID 1204363.1)
Last updated on AUGUST 04, 2018
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.1 and laterInformation in this document applies to any platform.
Symptoms
Using 11.2.0.1 Grid Infrastructure and 11.2.0.1 RDBMS release, database is created manually using sqlplus and started via sqlplus. Need to recreate one of the diskgroup REDO. The diskgroup REDO is dropped and recreated with new name REDOA via sqlplus. When modify the DB resource to add diskgroup REDOA dependency, getting error:
as oracle user:
$ srvctl modify database -d RACDB -a DATA,FLASHDG,REDOA
PRCR-1071 : Failed to register or update resource ora.racdb.db
CRS-2566: User 'oracle' does not have sufficient permissions to operate on resource 'ora.REDOA.dg', which is part of the dependency specification.
$ srvctl modify database -d RACDB -a DATA,FLASHDG,REDOA
PRCR-1071 : Failed to register or update resource ora.racdb.db
CRS-2566: User 'oracle' does not have sufficient permissions to operate on resource 'ora.REDOA.dg', which is part of the dependency specification.
Changes
Diskgroup REDOA is newly created using sqlplus.
Role separation is used in this configuration:
Grid Infrastructure is owned by grid user and RDBMS is owned by oracle user:
# id grid
uid=503(grid) gid=401(oinstall) groups=401(oinstall),400(dba),402(asmadmin),403(asmdba)
# id oracle
uid=502(oracle) gid=401(oinstall) groups=400(dba),401(oinstall),403(asmdba)
uid=503(grid) gid=401(oinstall) groups=401(oinstall),400(dba),402(asmadmin),403(asmdba)
# id oracle
uid=502(oracle) gid=401(oinstall) groups=400(dba),401(oinstall),403(asmdba)
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
Scalability RAC Community |