|  | 
		Thanks for the update
 Dear Erman,
 
 We are on 12.1.0.2,2 node RAC
 
 Please go through the below info
 
 In my case,OS user is called oracle and the OSDBA group is called dba:
 
 $ id oracle
 uid=502(oracle) gid=500(oinstall) groups=500(oinstall),502(dba),506(asmdba)
 
 OS user is called grid, the OSASM group is called asmadmin and the OSDBA for ASM group is called asmdba:
 
 $ id grid
 uid=1100(grid) gid=500(oinstall) groups=500(oinstall),506(asmdba),1000(asmadmin),1301(asmoper)
 
 Oracle binary permission
 
 $ ls -l $ORACLE_HOME/bin/oracle
 -r-xr-s--x 1 oracle asmadmin 173515991 Apr 8 12:10 /u01/app/oracle/product/11.2.0/dbhome_2/bin/oracle
 
 We already have asmadmin set for oracle binary which will provide the asm devices access,my concern here is why oracle user needs asmdba privilege when oracle binary has access to all the disk devices?
 
 id oracle
 uid=502(oracle) gid=500(oinstall) groups=500(oinstall),502(dba),506(asmdba)-->this asmdba
 
 Thanks,
 satish
 |