You are beginning the process of creating an Oracle ACFS volume. Which command creates an
Oracle ACFS volume?
A.
asracrad[ + ] >volcreate -G data -s 5G volurae1
B.
asracrad[ + ] >vol create -G data -s 5G volurae1
C.
asracrad[ + ] > alter diskgroup DATA create volurae1size 5G;
D.
asracrad[ + ] > :createvol -G data -a 5G volurae1
The answer should be A
A.
https://docs.oracle.com/database/121/OSTMG/GUID-CD9ABAB4-A19D-4C54-9484-D78CE52631E6.htm#OSTMG94739
A. Tested.
Really, so where are the results?
I think C is a correct option.
https://oracle-base.com/articles/11g/acfs-11gr2
C is wrong because it must be “alter diskgroup .. add volume ..” if you use sqlplus not “alter diskgroup .. create volume..”, create word causes syntax error according to me. But for asmca, volcreate syntax is valid, so the answer should be A.
A