Oracle 11gR2 ASM: Changed permission policy (ORA-15260)
Did you recently see the new error ‘ORA-15260: permission denied on ASM disk group’ in your ASM administration? Maybe you are still connected as SYSDBA, old habit from 10g?
A quick citation from the Oracle Docs:
The
SYSOPERprivilege permits the following subset of theALTERDISKGROUPoperations:diskgroup_availability,rebalance_diskgroup_clause,check_diskgroup_clause(without theREPAIRoption). All otherALTERDISKGROUPclauses require theSYSASMprivilege.
Just connect with
sqlplus / as sysasm
and you are happy.
Have fun
Usn
September 15th, 2009 at 3:01 pm
[...] Have a look at ASM permission pitfalls as well. By usn in Linux / Unix, Oracle You can follow any responses to this [...]