You plan to add a new disk, /devices/D4, to the disk group dgroupA and execute the following command..

Consider the following configuration:
/devices/D1 is a member of disk group dgroupA.
/devices/D2 is a member of disk group dgroupA.
/devices/D3 is a member of disk group dgroupA.
You plan to add a new disk, /devices/D4, to the disk group dgroupA and execute the following command:
SQL> ALTER DISKGROUP dgroupA ADD DISK ‘/devices/D4’;
Which task would be accomplished by the command?

Consider the following configuration:
/devices/D1 is a member of disk group dgroupA.
/devices/D2 is a member of disk group dgroupA.
/devices/D3 is a member of disk group dgroupA.

You plan to add a new disk, /devices/D4, to the disk group dgroupA and execute the following command:
SQL> ALTER DISKGROUP dgroupA ADD DISK ‘/devices/D4’;

Which task would be accomplished by the command?

A.
The command adds the new disk, D4 to the disk group.

B.
The command would result in an error because there is no disk by the name “/devices/D*”.

C.
The command would result in an error because no wildcard characters can be used in the disk name.

D.
The command will be ignored because disks starting with “D” are already members of the disk group.

E.
The command first detaches all the member disks starting with “D” and then reattached all of them including the new disk.



Leave a Reply 0

Your email address will not be published. Required fields are marked *