READ Free Dumps For Oracle- 1z0-058
Question ID 1991 | 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 |
Option A | A. SQL> alter diskgroup ACFSDG add volume TESTVOL size 500M unprotected; |
Option B | B. ASMCMD> volcreate -G ASMFS -s 500M |
Option C | C. SQL> alter diskgroup ACFS add volume TESTVOL size 500M; |
Option D | D. ASMCMD> volcreate -G ACFSDG -s 500M --redundancy unprotected TESTVOL |
Option E | E. SQL> create volume TESTVOL diskgroup ACFSDG size 500M unprotected; |
Correct Answer | A,D |
Question ID 1992 | You installed the Oracle Grid Infrastructure on a four-node cluster before discussing the network requirements with the network administrator who was on holiday. |
Option A | A. srvctl stop scan_listener |
Option B | B. srvctl stop scan_listener |
Option C | C. srvctl add scan -n MYDB-SCAN.MYCLUST.EXAMPLE.COM srvctl start scan |
Option D | D. srvctl stop scan_listener |
Correct Answer | B |