問題1
Which two statements are true about the Global Enqueue Service, Instance Locks, and global enqueues in Oracle 12c RAC?
Which two statements are true about the Global Enqueue Service, Instance Locks, and global enqueues in Oracle 12c RAC?
正確答案: D,E
說明:(僅 NewDumps 成員可見)
問題2
Which four tasks are performed by DBCA when you convert a single-instance database to a four-instance RAC database?
Which four tasks are performed by DBCA when you convert a single-instance database to a four-instance RAC database?
正確答案: A,B,E,F
說明:(僅 NewDumps 成員可見)
問題3
Examine this command:
SQL> CREATE DISKROUP data NORMAL REDANDUNCY:
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' = '11.2',
'compatible.rdbms' = '11.2',
'compatible.advm' = '11.2',
'content_type' = 'recovery';
Which two statements a true about this disk group, created using Grid Infrastructure 12.1?
Examine this command:
SQL> CREATE DISKROUP data NORMAL REDANDUNCY:
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' = '11.2',
'compatible.rdbms' = '11.2',
'compatible.advm' = '11.2',
'content_type' = 'recovery';
Which two statements a true about this disk group, created using Grid Infrastructure 12.1?
正確答案: B,D
問題4
Which two types of IP address details are administered using the srvctl command for Oracle Clusterware 12c?
(Choose two.)
Which two types of IP address details are administered using the srvctl command for Oracle Clusterware 12c?
(Choose two.)
正確答案: D,E
說明:(僅 NewDumps 成員可見)
問題5
Which two statements are true regarding ASM when installing Oracle Grid Infrastructure 12c? (Choose two.)
Which two statements are true regarding ASM when installing Oracle Grid Infrastructure 12c? (Choose two.)
正確答案: A,E
問題6
Which two statements are true about Oracle Clustered ASM performance? (Choose two.)
Which two statements are true about Oracle Clustered ASM performance? (Choose two.)
正確答案: A,B
問題7
A directory +DATA/ORCL/DATAFILE/USERS exists in ASM.
USERS is a user created directory; ORCL and DATAFILE are system generated directories.
Which two statements are true about user-created directories?
A directory +DATA/ORCL/DATAFILE/USERS exists in ASM.
USERS is a user created directory; ORCL and DATAFILE are system generated directories.
Which two statements are true about user-created directories?
正確答案: B,E
問題8
Which three statements are true about displaying the location of voting files, OCR files, or OLR files in Oracle Clusterware 12c on a UNIX system?
Which three statements are true about displaying the location of voting files, OCR files, or OLR files in Oracle Clusterware 12c on a UNIX system?
正確答案: A,B,C
問題9
Examine the output of this command:
ASMCMD> volinfo -G ACFS -a
Diskgroup Name: ACFS
Volume Name: VOL1
Volume Device: /dev/asm/vol1-280
State: ENABLED
Size (MB): 2048
Resize Unit (MB): 32
Redundancy: MIRROR
Stripe Columns: 4
Stripe Width (K): 128
Usage: ACFS
Mountpath: /u01/app/grid/acfsmount
The ACFS disk group is a normal redundancy disk group with 5 GB of free space.
To increase the size of the ACFS file system, you execute this command as the root user:
$ /sbin/acfsutil size +200M /u01/app/grid/acfsmount
Which two statements are true regarding the outcome of this command?
Examine the output of this command:
ASMCMD> volinfo -G ACFS -a
Diskgroup Name: ACFS
Volume Name: VOL1
Volume Device: /dev/asm/vol1-280
State: ENABLED
Size (MB): 2048
Resize Unit (MB): 32
Redundancy: MIRROR
Stripe Columns: 4
Stripe Width (K): 128
Usage: ACFS
Mountpath: /u01/app/grid/acfsmount
The ACFS disk group is a normal redundancy disk group with 5 GB of free space.
To increase the size of the ACFS file system, you execute this command as the root user:
$ /sbin/acfsutil size +200M /u01/app/grid/acfsmount
Which two statements are true regarding the outcome of this command?
正確答案: A,D
問題10
Which two statements are true concerning ASM diskgroups using disks with a 4k sector size?
Which two statements are true concerning ASM diskgroups using disks with a 4k sector size?
正確答案: D,E
說明:(僅 NewDumps 成員可見)
問題11
Identify three prerequisites for the successful installation of Oracle Grid Infrastructure 12c for a standard cluster when using Full Featured Grid Naming Service (GNS).
Identify three prerequisites for the successful installation of Oracle Grid Infrastructure 12c for a standard cluster when using Full Featured Grid Naming Service (GNS).
正確答案: C,D,E
問題12
Which three statements are true about Quality of Service Management (QoS)?
Which three statements are true about Quality of Service Management (QoS)?
正確答案: B,D,E
說明:(僅 NewDumps 成員可見)
問題13
Examine this output:

The ACFS disk group has 10 GB free space and the file system is currently mounted.
You execute this command to increase the volume size:
ASMCMD >volresize -G ACFS -s 3G VOL1
Which statement is true regarding the outcome?
Examine this output:

The ACFS disk group has 10 GB free space and the file system is currently mounted.
You execute this command to increase the volume size:
ASMCMD >volresize -G ACFS -s 3G VOL1
Which statement is true regarding the outcome?
正確答案: D
說明:(僅 NewDumps 成員可見)
問題14
You administer a six-instance, policy-managed, multitenant RAC database CDB1 with three PDBs: PDB_1, PDB_2 and PDB_3.
Server pool prod_pool has a cardinality of three and all six hosts of the cluster app.
Examine these commands executed on HOST01:
$ srvctl add service -db CDB1 -pdb PDB_1 service AR -serverpool prod_pool -cardinality singleton
$ srvctl start service -db CDB1 -service AR
Which two statements are true regarding the AR service?
You administer a six-instance, policy-managed, multitenant RAC database CDB1 with three PDBs: PDB_1, PDB_2 and PDB_3.
Server pool prod_pool has a cardinality of three and all six hosts of the cluster app.
Examine these commands executed on HOST01:
$ srvctl add service -db CDB1 -pdb PDB_1 service AR -serverpool prod_pool -cardinality singleton
$ srvctl start service -db CDB1 -service AR
Which two statements are true regarding the AR service?
正確答案: A,E