![]() |
|
ALTER DISKGROUP DATA DROP DISK 'DATA_0001'; ALTER DISKGROUP DATA ADD DISK '/dev/mapper/asm_data_new' NAME 'DATA_0001'; Error example: Disk path /dev/sdg has invalid permissions (640)
ALTER DISKGROUP DATA SET ATTRIBUTE 'compatible.asm' = '12.2'; After fixing the issue, the ASM health checker will automatically re-evaluate within 1 hour (by default). To force an immediate recheck: asm health checker found 1 new failures
sqlplus / as sysasm EXEC DBMS_SCHEDULER.RUN_JOB('SYS.ASM_HEALTH_CHECK_JOB'); -- Or manually: SELECT * FROM table(asm_health_check()); If the fix is correct, v$asm_health_check will show status='RESOLVED' for that failure ID. ALTER DISKGROUP DATA DROP DISK 'DATA_0001'; ALTER DISKGROUP
| Â |