Which two are prerequisites for successful execution of…

Examine this command to create a volume in the DATA disk group:
SQL>ALTER DISKGROUP DATA ADD VOLUME vo11 SIZE 10g HIGH
STRIPE_WIDTH 1M;
STRIPE_COLUMNS 1;
The DATA disk group has 50GB free space.Which two are prerequisites for successful execution of this command?

Examine this command to create a volume in the DATA disk group:
SQL>ALTER DISKGROUP DATA ADD VOLUME vo11 SIZE 10g HIGH
STRIPE_WIDTH 1M;
STRIPE_COLUMNS 1;
The DATA disk group has 50GB free space.Which two are prerequisites for successful execution of this command?

A.
COMAPTIBLE.ASM and COMPATIBLE.ADVM must be set to 11.2 or higher for the DATA disk group.

B.
The DATA disk group must not be created with external redundancy.

C.
The DATA disk group must not contain any other volume.

D.
The DATA disk group must have at least three failure groups.

E.
The DATA disk group must have an AU size of 1MB.

Explanation:
The compatibility parameters COMPATIBLE.ASM and COMPATIBLE.ADVM must be set to 11.2 or higher for
the disk group. A high redundancy disk group must contain at least three failure groups.
https://docs.oracle.com/cd/E11882_01/server.112/e18951/asmdiskgrps.htm#OSTMG10072
https://docs.oracle.com/cd/E18283_01/server.112/e16102/asmdiskgrps.htm



Leave a Reply 1

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