1z0-432 Oracle Real Application Clusters 12c Essentials

Loading demo links...

Showing 7–9 of 10 questions

Question 7

After creating a volume and file system for a new Oracle ASM Cluster File system, you must associate the ASM volume name with a mount point. Which command creates this registration?

Select an option, then click Submit answer.

  • acfsutil -r /dev/asm/volumel-123 /mnt/acfs1

  • acfsutil-r -a /dev/asm/volumel-123 -ro /mnt/acfs1

  • acfsutil register -v /dev/asm/volumel-123 /mnl/acfs1

  • acfsutil registry -a /dev/asra/volumel-123 /mnt/acfs1

Question 8

Arrange the following steps for converting from DNS to GNS in the proper order:

1. Start GNS.

2. Configure GNS resource.

3. Update database endpoint

4. Remove static addresses so only dynamic addresses are used.

5. Change the CRS resource to support mixed mode.

6. Modify the registered SCAN.

Select an option, then click Submit answer.

  • 1, 2, 3, 4, 5, 6

  • 6, 5, 4, 3, 2, 1

  • 2, 1, 5, 6, 3, 4

  • 4, 3, 6, 5, 1, 2

Question 9

What is the correct syntax to put a DATA1 disk offline for a failure group FG1, and drop it after five minutes?

Select an option, then click Submit answer.

  • ALTER DISKGROUP data OFFLINE DISK DATA1 IN FAILGROUP FG2 DROP AFTER 5m;

  • It is not possible to drop it after five minutes.

  • It is not possible to specify a disk In a FAILGROUP.

  • ALTER DISKGROUP data OFFLINE DISKS IN FAILGROUP FG2 DROP AFTER 5m;

  • ALTER DISKGROUP data OFFLINE DISK DATA1 IN FAILGROUP FG2 DROP AFTER 5 minutes;