Multiple choice technology databases

If you want to change the disk repair time value for the disk that is offline, you should use command “ALTER DISKGROUP data OFFLINE DISK data_CD_06_cell11 DROP AFTER 20h”

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

To change the disk repair time for a specific offline disk, use ALTER DISKGROUP with OFFLINE DISK and DROP AFTER clauses specifying the new time duration. This command sets the repair time for that specific disk instance, overriding the default disk_repair_time attribute. The syntax shown correctly specifies the disk group name, disk name, and the new repair time duration.