Exit 1Z0-058 Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration
Question 3 of 5
0% complete
Q3 Multiple choice

From a command line, you can create an ASM volume with the same properties by using either SQL or ASMCMD. Which two commands will create a 500 MB volume called TESTVOL in the ACFSDG ACFS diskgroup by storing only one copy of the volume file extents in the diskgroup

Select all that apply.

  • A

    SQL> alter diskgroup ACFSDG add volume TESTVOL size 500M unprotected;

  • B

    ASMCMD> volcreate -G ASMFS -s 500M

  • C

    SQL> alter diskgroup ACFS add volume TESTVOL size 500M;

  • D

    ASMCMD> volcreate -G ACFSDG -s 500M --redundancy unprotected TESTVOL

  • E

    SQL> create volume TESTVOL diskgroup ACFSDG size 500M unprotected;