DBA Hub

📋Steps in this guide1/2

ORA-15032: not all alterations performed DBACLASS

ORA-15032: not all alterations performed , ORA-15260: permission denied on ASM disk group while doing alter diskgroup TEMPDG set . Solution is to ..

oracle clusteringintermediate
by OracleDba
11 views
1

Solution:

Alter operations on ASM diskgroups need to be done from sysman user , instead of sysdba user. SQL> connect / as sysasm Connected. SQL> SQL> alter diskgroup TEMPDG set attribute ‘compatible.asm’=’12.1.0.0.0’; Diskgroup altered. SQL> alter diskgroup TEMPDG set attribute ‘compatible.rdbms’=’12.1.0.0.0’;
2

SEE ALSO:

failed-to-connect-to-the-asm-ora-01017-invalid-usernamepassword how-to-move-voting-disk-to-another-asm-disk

Comments (0)

Please to add comments

No comments yet. Be the first to comment!