ALTER DISKGROUP diskgroup_name REPLACE DISK disk_name WITH 'path_name' [ POWER integer ] [ WAIT | NO
ALTER DISKGROUP diskgroup_name REPLACE DISK disk_name WITH 'path_name' [ POWER integer ] [ WAIT | NOWAIT ]What is the effect of specifying nowait ...... how do you know when it ends? How do you know if it succeeds.What is the effect of specifiying wait. What if you need to move gigabytes of data. Do you hang. how do you know if it succeeds.Finally what is oracle's recommended way of doing this |
1