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.
A. 1, 2, 3, 4, 5, 6
B. 6, 5, 4, 3, 2, 1
C. 2, 1, 5, 6, 3, 4
D. 4, 3, 6, 5, 1, 2
Which two statements about the Grid Infrastructure Management Repository are correct?
A. It is a single instance database that is managed by Oracle Clusterware.
B. It is where the Cluster Health Monitor places data.
C. It is created during a ''Typical" installation.
D. It is stored in the ASM disk group that is used as a Fast Recovery Area.
Which statement about the server Flex ASM is incorrect?
A. Flex ASM requires an ASM instance on each cluster node running an Oracle Database instance
B. Flex ASM allows ASM clients to remotely connect to ASM over a network.
C. With Flex ASM ,a small pool of ASM instances can be used to serve a larger pool of database servers.
D. When an ASM instance fails, the database clients and ASM cluster file systems can reconnect another ASM instance.
You must complete three steps.
Step 1:
SQL > CREATE DISKGROUP OCR_VOTE NORMAL REDUNDANCYFILEGROUP controller01 DISK `/dev/asm_ocr_vote1'FILEGROUP controller02 DISK `/dev/asm_ocr_vote2'FILEGROUP controller03 DISK `/dev/asm_ocr_vote3'ATTRIBUTE `au_size' = `1M' `compatible.asm' = '12.1';
Diskgroup created.
Step 2:
Step 3:
crsct1 query c@s votedisk
## STATE File Universal ID File Name Disk group
1.
ONLINE beb9443cca734f65bfa6b89cc574d565 (/dev/asm-ocr_vote1) (OCR_VOTE)
2.
ONLINE bea9b6154c164f89bf6a593846ea3cc3 (/dev/asm-ocr_vote2) (OCR_VOTE)
3.
ONLINE bed9j8324cl86f89bf6a593846ea3dd3 (/dev/asm-ocr_vote3) (OCR_VOTE)Located 3 voting disk(s).
Which command is required for step 2?
A. crsctl replace +OCR_VOTE
B. crsctl move votedisk +OCR_VOTE
C. crsctl replace votedisk +OCR_VOTE
D. crsctl replace
Which command can be used to create an Oracle ACFS file system resource?
A. crsct1 create resource -t filesystem -f /dev/asm/
B. srvct1 add filesystem -m /
C. asmcmd fscreate - - resource ACFS mount /
D. srvct1 create resource -fs/dev/asm/
E. SQL > alter system add filesystemdevice = `/dev/asm/
The exhibit describes an Oracle Clusterware startup.

Which item is missing?
A. ohasd
B. ocssd
C. crsd
D. octssd
E. osysmond
F. oraagent
Which two components are included in Oracle CloudFS?
A. ASM Cluster File System
B. Oracle Database
C. Oracle ASM Dynamic Volume Manager
D. Oracle Clusterware
Your manager has tasked you with planning an Oracle Grid Infrastructure 12cR1 installation. Which three actions must be performed before beginning the installation?
A. All nodes are configured with the same operating system and version.
B. Network interfaces are configured for public and private traffic.
C. A valid voting disk file is available on at least one node.
D. Shared storage is available from all servers.
E. Each public network interface has its own subnet
You are given the task of managing an Oracle RAC 12cR1 Cluster by using Oracle Flex ASM. Which two statements are valid?
A. A failure of an ASM instance affects the databases, even if you are using ASM disk groups
B. A failure of an ASM instance affects availability for the databases using ASM disk groups due to decreased cardinality of available ASM instances
C. To determine whether Oracle Flex ASM is enabled, use asmcmd show cluster mode
D. When deployed, Oracle Flex ASM enables an Oracle ASM instance to run on a separate physical server from the database server
Which three options can be used for storing database files in an Oracle Real Application Clusters database?
A. Shared disk partitions as raw devices
B. Shared disks managed by Oracle Automatic Storage Manager (ASM)
C. Local file system
D. Shared disk partitions as block devices
E. Network file system (NFS) on a certified network-attached storage (NAS) filer
F. Oracle Automatic Storage Management Cluster File System (ACFS)