<<Back to Oracle ASM Main Page Uses of DISK_REPAIR_TIME and FAILGROUP_REPAIR_TIME Attribute DISK_REPAIR_TIME: DISK_REPAIR_TIME is an attribute for diskgroup and the default value is 3.6Hrs. If ASM unable to perform IO on any disk in the diskgroup it place taht disk offline and wait for time specified in DISK_REPAIR_TIME for the disks be back online. If the disk did not back online with in this time period Oracle ASM then drops that disk from the diskgroup. SQL> select name,value from v$asm_attribute where group_number=1 and name like '%disk_repair_time%'; NAME VALUE ---------------------------------------- -------------------------------------------------- disk_repair_time ...
A Blog to share interesting Database Facts and Experience.