Oracle Database 12c: RAC Administration — Question 33

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?

Answer options

Correct answer: A, D

Explanation

The correct answer A is essential because the compatibility settings must support volume creation, which is only possible if they are set to 11.2 or higher. Option D is also correct since having at least three failure groups is a requirement for certain redundancy types. Options B, C, and E are incorrect as they do not apply to the prerequisites for creating a volume in this context.