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

