Which four statements are true concerning the upgrading of Oracle Grid Infrastructure 12c?
Examine this command:
   SQl> CREATE DISKGROUP RECO HIGH REDUNDANCY:
       FAILGROUP fgrp1 DISK
          ‘/dev/disk1’ NAME disk1,
          ‘/dev/disk2’ NAME disk2,
          ‘/dev/disk3’ NAME disk3,
       FAILGROUP fgrp2 DISK
          ‘/dev/disk4’ NAME disk4,
          ‘/dev/disk5’ NAME disk5,
          ‘/dev/disk6’ NAME disk6,
       FAILGROUP fgrp3 DISK
          ‘/dev/disk7’ NAME disk7,
          ‘/dev/disk8’ NAME disk8,
          ‘/dev/disk9’ NAME disk9,
       ATTRIBUTE ‘au_size’=’4M’,
          ‘compatible.asm’ = ’12.1’,
          ‘compatible.rdbms’ = ’12.1’,
          ‘compatible.advm’ = ’12.1’,
          ‘content_type’ = ‘recovery’;
Â
Which three statements are true about this disk group?
Â
Which two methods exist for enabling the collection of additional resource debugging information for specific resources controlled by Oracle 12c Clusterware?
Which three statements are true concerning the behavior of an Oracle Clusterware 12c Flex Cluster in response to hub or leaf node failures? (Choose three.)
Which three statements are true about using ADVM volumes and mounting ACFS file systems from leaf nodes in a Flex Cluster? (Choose three.)
Examine this tnsnames entry from a RAC configuration using a SCAN listener:
HR=(DESCRIPTION=
(LOAD_BALANCE =on)
(ADDRESS=(PROTOCOL=TCP)(HOST=cluster01-scan)(PORT=1521))
(CONNECT_DATA=(SERVICE_NAME=HRSRV)))
Which two statements are true about clients using this entry to connect? (Choose two.)