Vous êtes sur la page 1sur 57

1z0-068

Number: 1z0-068
Passing Score: 800
Time Limit: 120 min
File Version: 1.2

1z0-068

Oracle Database 12c: RAC and Grid Infrastructure Administration

http://www.gratisexam.com/
Exam A

QUESTION 1
Which two statements are true regarding ASM Dynamic Volume manager (ADVM)?

A. To create an ADVM volume, disk group attributes COMAPTIBLE.ASM and COMPATIBLE.ADVM must be minimally set to 12.1.
B. An ADVM volume is individually named and can contain only one file system.
C. Only one ADVM volume can be created in an ASM disk group.
D. ADVM extends ASM by providing a device driver interface to storage backed by an ASM disk group.
E. File systems contained in ADVM volumes may only contain database files.

Correct Answer: BD
Section: (none)
Explanation

Explanation/Reference:
Explanation:
B: Each volume is individually named and may be configured for a single file system.
D: Oracle ADVM extends Oracle ASM by providing a disk driver interface to Oracle ASM storage allocated as Oracle ADVM volume files.

Reference: https://docs.oracle.com/database/121/OSTMG/GUID-B7A61F3B-C22A-4021-A846-F5EA749E79FF.htm#OSTMG32000 (See Note and the third para


from the top.)

QUESTION 2
Which three statements are true about ASM Cloud File System (ACFS) replication?

A. ACFS auditing information is replicated from the primary file system to the standby file system.
B. One site of an ACFS replication configuration can be host both primary and standby file systems.
C. Replication is automatically terminated if the primaries file system has less than 2GB free space.
D. Standby redo log files are required on the standby site for synchronous redo transport.
E. The privilege SYSREPL has been introduced for ACFS replication.

http://www.gratisexam.com/
Correct Answer: BCD
Section: (none)
Explanation

Explanation/Reference:
Explanation:
B: A site can host both primary and standby file systems.
C: If the primary file system has less than 2 GB available free disk space, Oracle ACFS attempts to automatically terminate replication on the primary file system.
D: On the standby system, the remote file server (RFS) receives redo data over the network from the LGWR process and writes the redo data to the standby redo
log files.

Reference: https://docs.oracle.com/database/121/OSTMG/GUID-8522E0B6-BE6E-4BE3-B7C7-5EA2ED4A602C.htm#OSTMG34600
https://docs.oracle.com/cd/B19306_01/server.102/b14239/log_transport.htm#i1280979

QUESTION 3
Examine this command to create a volume in the DATA disk group:
SQL>ALTER DISKGROUP DATA ADD VOLUME vo11 SIZE 10g HIGH
STRIPE_WIDTH 1M;
STRIPE_COLUMNS 1;

The DATA disk group has 50GB free space.

Which two are prerequisites for successful execution of this command?

A. COMAPTIBLE.ASM and COMPATIBLE.ADVM must be set to 11.2 or higher for the DATA disk group.
B. The DATA disk group must not be created with external redundancy.
C. The DATA disk group must not contain any other volume.
D. The DATA disk group must have at least three failure groups.
E. The DATA disk group must have an AU size of 1MB.

Correct Answer: AD
Section: (none)
Explanation

Explanation/Reference:
Explanation:
The compatibility parameters COMPATIBLE.ASM and COMPATIBLE.ADVM must be set to 11.2 or higher for the disk group. A high redundancy disk group must
contain at least three failure groups.

Reference: https://docs.oracle.com/cd/E11882_01/server.112/e18951/asmdiskgrps.htm#OSTMG10072

http://www.gratisexam.com/
https://docs.oracle.com/cd/E18283_01/server.112/e16102/asmdiskgrps.htm

QUESTION 4
You just added an ASM disk to the DATA diskgroup.

Which two can be used to monitor the rebalancing?

A. ams_cmd lsop
B. v$asm_disk
C. v$asm_operation
D. v$asm_diskgroup
E. v$session_longops
F. amscmd lsdg

Correct Answer: CD
Section: (none)
Explanation

Explanation/Reference:
Explanation:
C: Oracle ASM automatically rebalances when the configuration of a disk group changes. By default, the ALTER DISKGROUP statement does not wait until the
operation is complete before returning. Query the V$ASM_OPERATION view to monitor the status of this operation.
D: Verify that the rebalance is waiting:
SQL> select * from v$asm_operation
where group_number = (select GROUP_NUMBER from v$asm_diskgroup where NAME='BDT');

References: https://docs.oracle.com/cd/E18283_01/server.112/e16102/asmdiskgrps.htm

QUESTION 5
Examine this command:
SQl> CREATE DISKGROUP RECO HIGH REDUNDANCY:
FAILGROUP fgrpl1 DISK
/dev/disk1 NAME disk1,
/dev/disk2 NAME disk2,
/dev/disk3 NAME disk3,
FAILGROUP fgrpl2 DISK
/dev/disk4 NAME disk4,
/dev/disk5 NAME disk5,
/dev/disk6 NAME disk6,
FAILGROUP fgrpl3 DISK
/dev/disk7 NAME disk7,

http://www.gratisexam.com/
/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 two statements are true about this disk group?

A. File created in it have three copies for each allocation unit.


B. Any database instance with the COMPATIBLE parameter 10.1 and higher can use it.
C. The Compatible attribute values of the disk group can be changed to lower values.
D. Files created using a template with the redundancy attributes set to MIRROR will have three-way Mirroring.
E. The RECO diskgroup may only be used for the FRA.
F. Files created using a template with the redundancy attribute set to HIGH will have three-way mirroring.

Correct Answer: AF
Section: (none)
Explanation

Explanation/Reference:
Explanation:
For Oracle ASM to mirror files, specify the redundancy level as NORMAL REDUNDANCY (2-way mirroring by default for most file types) or HIGH REDUNDANCY
(3-way mirroring for all files).

Note:
When a file is created, redundancy and striping attributes are set for that file based on an explicitly named template or the system template that is the default
template for the file type.

Incorrect Answers:
B: Compatible.rdbms is set to 12.1, not to 10.1.
C: The compatible attributes cannot be reversed.
D: With the MIRROR redundancy attribute, the file is written to a disk in one failure group, a mirrored copy of the file is written to a disk in another failure group.
E: FRA (Flash Recovery Area) is not referenced in the creation of the diskgroup.

References: https://docs.oracle.com/cd/B28359_01/server.111/b28286/statements_5008.htm

QUESTION 6
Which three statements are true about node listeners in a Grid Infrastructure Cluster using Flex ASM?

http://www.gratisexam.com/
A. They run from the Grid Infrastructure home by default.
B. They listen only for database instances on the same node.
C. They listen only for the ASM instance on the same node.
D. There only can be one node listener per node.
E. They listen on behalf on any ASM instance and all database instances on the same node.

Correct Answer: ADE


Section: (none)
Explanation

Explanation/Reference:

QUESTION 7
Which three statements are true about ASM Cloud File System (ACFS) auditing?

A. Audit information gathered by each cluster node can be consolidated into the unified ACFS audit trail.
B. acfsutil audit archive must be used to archive audit files that are larger than 10MB.
C. acfsutil audit init must be run by a system administrator.
D. acfsutil audit purge can be run by an audit manager.
E. acfsutil audit read marks audit files to indicate that it is safe to purge them.

Correct Answer: CDE


Section: (none)
Explanation

Explanation/Reference:
Explanation:
C: The acfsutil audit init command must be run by the system administrator before enabling auditing for any of the audit sources on a file system.
D: Only an audit manager can run the acfsutil audit purge command.
E: acfsutil audit read marks the audit trail to indicate to the audit manager that the log archive file for the current node has been reviewed, backed up as necessary,
and is safe to purge.

Incorrect Answers:
B: acfsutil audit archive does not address file size.

References: https://docs.oracle.com/database/121/OSTMG/GUID-DF1A88B0-E86C-4ABB-BDFD-B06DA8D4CBEC.htm#OSTMG90000

QUESTION 8
Which three statements are true regarding ACFS snapshots in Oracle 12c ASM?

http://www.gratisexam.com/
A. They are contained in a directory on the same volume as their parent file system.
B. All ACFS snapshot operations for all filesystem are serialized clusterwide.
C. You can create a snapshot from an existing snapshot.
D. They can be administered using ASMCMD.
E. They can only be accessed when the file system is mounted.
F. They are always point-in-time copies of the parent file system.

Correct Answer: BCE


Section: (none)
Explanation

Explanation/Reference:
Explanation:
All Oracle ACFS snapshot operations are serialized clusterwide in the kernel.
You chose to create a snapshot image on an existing snapshot group, select a snapshot group from the existing snapshot group table (make sure you select a
snapshot group that has not reached its maximum limit of snapshot images).
Before you can access the files on a file system, you need to mount the file system.

References:
https://docs.oracle.com/database/121/OSTMG/GUID-5A3EF695-A795-4FEA-8BE2-AF657BD2238C.htm#OSTMG33000
http://mysupport.netapp.com/NOW/public/eseries/amw/index.html#page/SANtricity_v11.20_Array_Management_Window_Help/create_PIT_image.html (Creating a
Snapshot image 3rd point, 1st line).
https://docs.oracle.com/cd/E19455-01/805-7228/6j6q7ueup/index.html (1st paragraph, 1st line).

QUESTION 9
Which two statements are true about initialization parameters for Clustered ASM instances?

A. A change to ASM_DISKSTRING requires a restart of all ASM instances for the change to take effect.
B. ASM_POWER_LIMIT controls the number of RDBMS instances that can access a disk group while it is being rebalanced.
C. The ASM_DISKGROUP parameter is optional.
D. The default value of INSTANT_TYPE is ASM.
E. The maximum value of ASM_POWER_LIMIT is 1024.

Correct Answer: CE
Section: (none)
Explanation

Explanation/Reference:
C: The default value of the ASM_DISKGROUPS parameter is a NULL string. If the parameter value is NULL or is not specified, then ASM does not mount any disk

http://www.gratisexam.com/
groups.
E: The ASM_POWER_LIMIT initialization parameter specifies the default power for disk rebalancing in a disk group. The range of values is 0 to 1024.

Incorrect Answers:
B: The ASM_POWER_LIMIT initialization parameter specifies the default power for disk rebalancing in a disk group. The range of values is 0 to 1024.
D: The default value of INSTANT_TYPE is RDBMS.

Reference: https://docs.oracle.com/cd/E11882_01/server.112/e18951/asminst.htm#BHCEHJGA

QUESTION 10
Examine this command:
SQL> CREATE DISKROUP data NORMAL REDANDUNCY:
FAILGROUP fgrpl DISK
/dev/disk1 NAME disk1,
/dev/disk2 NAME disk2,
/dev/disk3 NAME disk3,
FAILGROUP fgrpl2 DISK
/dev/disk4 NAME disk4,
/dev/disk5 NAME disk5,
/dev/disk6 NAME disk6,
FAILGROUP fgrpl3 DISK
/dev/disk7 NAME disk7,
/dev/disk8 NAME disk8,
/dev/disk9 NAME disk9,
ATTRIBUTE au_size=4M,
compatible.asm = 11.12,
compatible.rdbms = 11.12,
compatible.advm = 11.12,
content_type = recovery;

Which two statements a true about this disk group, created using Grid Infrastructure 12.1?

A. Each disk in each of the three fail groups is a mirror of the corresponding disk of the other two failure groups.
B. File created in this disk group always has two copies for each allocation unit: one primary and one secondary.
C. It can contain ASM Dynamic Volume Manager (ADVM) volumes.
D. Any database instance with the COMPATIBLE parameter set to 11.2 or higher can access it.
E. The ASM compatible attributes can be changed to 11.1 for this disk group.

Correct Answer: BC
Section: (none)
Explanation

http://www.gratisexam.com/
Explanation/Reference:
Explanation:
B: NORMAL REDUNDANCY requires the existence of at least two failure groups (see the FAILGROUP clause that follows). Automatic Storage Management
provides redundancy for all files in the disk group according to the attributes specified in the disk group templates. NORMAL REDUNDANCY disk groups can
tolerate the loss of one group.
C: The COMPATIBLE.ADVM attribute determines whether the disk group can contain Oracle ADVM volumes.

Incorrect Answers:
E: The COMPATIBLE.ADVM attribute value must be set to 11.2 or higher.

Reference: https://docs.oracle.com/database/121/SQLRF/statements_5009.htm#SQLRF01114

QUESTION 11
Which two statements are true about the UNDROP clause of the ALTER DISKGROUP statement?

A. It cancels pending drops of disks dropped using the DROP DISKGROUP command.
B. A disk cannot be undropped as a result of a drop diskgroup.
C. It automatically unmounts the disks after successfully undropping them.
D. It is not possible to cancel pending drops of disks dropped using the force option.

Correct Answer: BD
Section: (none)
Explanation

Explanation/Reference:
Explanation:
The UNDROP DISKS clause of the ALTER DISKGROUP statement cannot be used to restore disks that are being dropped as the result of a DROP DISKGROUP
statement, or for disks that are being dropped using the FORCE clause.

Reference: https://docs.oracle.com/cd/B28359_01/server.111/b31107/asmdiskgrps.htm

QUESTION 12

http://www.gratisexam.com/
Examine the output of the asmcmd and srvctl commands:
$ asmcmd showclustermode
ASM cluster : Flex mode enabled
$ srvctl status asm detail
ASM is running on host01, host03
ASM is enabled.
$ srvctl config asm
ASM home: /u01/app/12.1.0/grid
Password file: +DATA/orapwASM
ASM listener: LISTENER
ASM instance count: 2
Cluster ASM listener: ASMNET1LSNR_ASM

Then you execute this command:


$ srvctl relocate asm currentnode host03 targetnode host02

Which three statements are true regarding the execution of this command based on the output shown?

A. It fails because an ASM instance is not configured to run on HOST02.


B. It succeeds and starts an ASM instance on HOST02 and shuts down the ASM instance on HOST03.
C. It succeeds and 12c database instances connected to the ASM instance on HOST03 can be reconnected to the ASM instance on HOST02.
D. It fails because the ASM instance has not been shut down first on HOST03.
E. It succeeds and starts an ASM instance on HOST02 but the ASM instance on HOST03 is not shut down until all connected clients disconnected.
F. It succeeds and 12c database instances connected to the ASM instance on HOST03 can be reconnected to the ASM instance on HOST01.

Correct Answer: CEF


Section: (none)
Explanation

Explanation/Reference:

QUESTION 13
Which three statements are true about ASM Cloud File System (ACFS) encryption?

A. A copy of an encrypted file is not encrypted unless it is created in an encrypted directory.


B. acfsutil encr init is used to establish role separation between encryption managers and encryption auditors.
C. acfsutil encr off can be run by an encryption manager who may not have system administrator privileges.
D. acfsutil encr on can be used to specify the encryption key length for a directory or file.
E. An ACFS snapshot can be ACFS encrypted.

http://www.gratisexam.com/
Correct Answer: ADE
Section: (none)
Explanation

Explanation/Reference:
Explanation:
acfsutil encr on k key_length specifies the encryption key length for a directory or file.

Incorrect Answers:
B: The acfsutil encr init command creates storage for encryption keys.
C: Only an administrator can run the acfsutil encr off command on an Oracle ACFS file system.

References: https://docs.oracle.com/cd/E11882_01/server.112/e18951/asmfs_util009.htm#OSTMG94010

QUESTION 14
Which two statements are true concerning ASM diskgroups using disks with a 4k sector size?

A. Their COMPATIBLE.ASM attributes must be set to 12.1 or higher.


B. Their COMPATIBLE.ASM attributes must be set to 11.2 or higher.
C. Performance of ACFS is improved by using these diskgroups.
D. Their COMPATIBLE.RDBMS attributes must beset to 11.2 or higher.
E. Their sector size attributes can be changed using the ALTER DISKGROUP command.

Correct Answer: BD
Section: (none)
Explanation

Explanation/Reference:
Explanation:
The values for SECTOR_SIZE can be set to 512, 4096, or 4K if the disks support those values. The default value is platform dependent. The COMPATIBLE.ASM
and COMPATIBLE.RDBMS disk group attributes must be set to 11.2 or higher to set the sector size to a value other than the default value.

Incorrect Answers:
C: Oracle ASM provides support for 4 KB sector disk drives without negatively affecting performance.

Reference: https://docs.oracle.com/database/121/OSTMG/GUID-8B656725-D347-4166-8775-1070B6C4D580.htm#OSTMG10203

QUESTION 15
Examine the output of this command:
ASMCMD> volinfo G ACFS -a

http://www.gratisexam.com/
Diskgroup Name: ACFS
Volume Name: VOL1
Volume Device: /dev/asm/vol1-280
State: ENABLED
Size (MB): 248
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. It resizes VOL1.
B. It fails to resize the filesystem because it must be unmounted before resizing.
C. It fails to resize VOL1 because it must be executed as a user belonging to the SYSASM group.
D. It succeeds but leaves the filesystem unmounted.
E. It resizes the filesystem mounted on /u01/app/grid/acfsmount.

Correct Answer: AD
Section: (none)
Explanation

Explanation/Reference:

QUESTION 16
You support a three-instance, policy-managed, multitenant RAC database CDB1 with two PDBs PDB_1 and PDB_2.

It runs on an eight-node cluster and a serverpool prod_pool has three servers.

Examine these commands executed on HOST01:


$ srvctl add service db CDB1 pdb PDB_1 service HR serverpool prod_pool
$ srvctl start service db CDB1 service HR
$ srvctl stop service db CDB1 service HR

http://www.gratisexam.com/
Which two statements are true?

A. HR is uniformly managed across all instances in prod_pool.


B. srvctl stop service only closes PDB_1 in the instance on HOST01.
C. srvctl stop service closes PDB_1 on all CDB1 instances.
D. srvctl stop service prevents logins for HR only to CDB1 on HOST01.
E. srvctl stop service prevents logins to any instance of CDB1 using service HR.
F. HR is available on a single instance of prod_pool.

Correct Answer: BF
Section: (none)
Explanation

Explanation/Reference:

QUESTION 17
Which three statements are true about the services created when the DBCA is used to create a RAC database?

A. They can be policy managed for a multitenant database.


B. Singleton services are not permitted for multitenant databases.
C. A server-pool must be created with SRVCTL before creating a policy-managed RAC database that uses that server-pool for a service.
D. Policy-managed services specified for a database allow the creation of a new server pool using DBCA.
E. They can be administrator managed for a multitenant database.

Correct Answer: BCE


Section: (none)
Explanation

Explanation/Reference:
Explanation:
C: Cluster Managed Services are no longer managed through DBCA. Instead, use the Cluster Managed Services page in Oracle Enterprise Manager Cloud
Control, if available, or SRVCTL.
E: During installation, if you select a multitenant container database (CDB), and configure pluggable databases (PDBs), then Oracle recommends that you add
services to the PDBs after installation.

Incorrect Answers:
D: Cluster Managed Services are no longer managed through DBCA. Instead, use the Cluster Managed Services page in Oracle Enterprise Manager Cloud
Control, if available, or SRVCTL.

http://www.gratisexam.com/
References: https://docs.oracle.com/database/121/RIWIN/dbcacrea.htm#RIWIN1320

QUESTION 18
Which three statements are true about the Global Enqueue Service and Global Enqueue Service (GES) Resources in Oracle 12c RAC?

A. The mastering instance for a GES resource is never the same as the instance that owns the enqueue in exclusive mode.
B. The LMD0 runs only on the instance that masters all GES resources.
C. When a GES resource is dequeued, converters if any exist for that resource, are processed before any waiter for that resource.
D. The LMD0 process on the requesting instance communicates with the LMD0 process on the mastering instance if they are not the same instance.
E. The mastering instance for a GES resource is never the same as the instance that owns an enqueue in shared mode.
F. An LMD0 process runs on all instances.
G. The foreground process on the requesting instance communicates with the LMD0 process on the mastering instance if they are not the same instance.

Correct Answer: AFG


Section: (none)
Explanation

Explanation/Reference:

QUESTION 19
Which two statements are true concerning buffer states as shown in GV$BH.STATUS in Oracle 12c RAC?

A. An XCUR block image may exist for a specific database block in only one instance.
B. A CR image may get served from one instance to another to satisfy a read request.
C. An XCUR image is not downgraded to a SCUR image for shipping to another instance until commits occur for updated rows on the block.
D. A PI block image may exist for a specific database block in only one instance.

Correct Answer: AB
Section: (none)
Explanation

Explanation/Reference:
Explanation:
A: xcur is a RAM block that has been acquired in exclusive current mode. According the Oracle documentation, if a buffer state is exclusive current (XCUR), an
instance owns the resource in exclusive mode.
B: cr mode indicates a "cloned" RAM block (a "stale" block), that was once in xcur mode. The instance has shared access to the block and can only perform reads.
The cr state means the owning instance can perform a consistent read of the block, if the instance holds an older version of the data.

http://www.gratisexam.com/
References: http://www.dba-oracle.com/t_v$bh_status_free_buffer_blocks.htm

QUESTION 20
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. AR runs as a singleton service in the server pool prod_pool and the AR service is available in each of the CDB1 instances.
B. AR is available on any one available CDB1 instance in prod_pool at any one time.
C. AR can fail over to any one of the available CDB1 instances.
D. AR is available only on the CDB1 instance on HOST01.
E. AR can fail over to any other available CDB1 instance in prod_pool.

Correct Answer: CD
Section: (none)
Explanation

Explanation/Reference:

QUESTION 21
Which two statements are true about the Global Enqueue Service, Instance Locks, and global enqueues in Oracle 12c RAC?

A. In a RAC One Node database, there is no LMD0 process if only one instance is running.
B. Global Enqueues and Instance Locks replace mutexes completely in RAC database instances.
C. In a RAC database, there is no LMD0 process if only one instance is running.
D. Global Enqueues and Instance Locks replace latches completely in RAC database instances.
E. Global Enqueues may have owners and waiters in the same instance.
F. Global Enqueues may have converters and waiters in the same instance.

Correct Answer: AF
Section: (none)
Explanation

http://www.gratisexam.com/
Explanation/Reference:
F: A convert queue is a queue of locks that are waiting to be converted to particular mode, this is the process of changing a lock from one mode to another, even a
NULL is a lock. A resource has a lock value block (LVB). The Global Resource Manager (GRM) keeps the lock information valid and correct across the cluster.
Oracle 10g release 2 and beyond replaced some latch mechanisms with the mutex approach, claiming that they are faster and more efficient than traditional
locking mechanisms.

Incorrect Answers:
B, D: Mutexes are objects that exist within the operating system to provide access to shared memory structures. They are similar to latches.

References: http://www.datadisk.co.uk/html_docs/rac/grd.htm

QUESTION 22
Which three statements are true about the cluster file system archiving scheme?

A. Each node can read only the archived logs written by itself.
B. Nodes dont use network to archive files.
C. Each node can read the archive redo log files of the other nodes.
D. Each node archives to a uniquely named local directory.
E. Each node archives to a local directory with the same path on each cluster node.
F. Each node writes to a single location on the cluster file system while archiving the redo log files.

Correct Answer: ABD


Section: (none)
Explanation

Explanation/Reference:
Explanation:
AB: In a cluster file system each node can only read from and write to its own local file system.
D: Configure each node to write to a local archiving directory that is named the same on each node.

References:
https://docs.oracle.com/cd/E18283_01/rac.112/e16795/rman.htm

QUESTION 23
Examine these commands:
$ srvctl add service db racdb service erp serverpool srvpooll
- failovertype TRANSACTION commit_outcome TRUE replay_init_time 1800
- retention 86400 notification TRUE rlbgoal SERVICE_TIME clbgoal SHORT
- failoverretry 30 failoverdelay 10
$ srvctl start service db racdb service erp

http://www.gratisexam.com/
Instances RACDB_1 and RACDB_2 run on host01 and host02, respectively.

Which three statements are true regarding the service erp?

A. Connections to the database using erp benefit from Application Continuity.


B. erp is configured for an administrator-managed RAC database.
C. Load Balancing Advisory (LBA) will be disabled for this service.
D. Connections to the database using erp benefit from Load Balancing.
E. Connections to the database using erp benefit from Transaction Guard.

Correct Answer: ADE


Section: (none)
Explanation

Explanation/Reference:
Explanation:
A: To enable Application Continuity for Java, set the failovertype parameter to TRANSACTION.
D: -clbgoal {SHORT | LONG}
Connection Load Balancing Goal. Use a value of SHORT for this parameter for run-time load balancing, or if using an integrated connection pool.
E: Enable Transaction Guard through the -commit_outcome parameter. When it is set to TRUE, the commit outcome for a transaction is accessible after the
transaction's session fails due to a recoverable outage.

Incorrect Answers:
C: Load Balancing Advisory (LBA) is set through rlbgoal parameter. Set this parameter to SERVICE_TIME to balance connections by response time

References: https://docs.oracle.com/database/121/RACAD/srvctladmin.htm#RACAD5050

QUESTION 24
Which three statements are true about opatch version 12?

A. It can apply patches to a database ORACLE_HOME.


B. It can apply a patchset to a database ORACLE_HOME.

http://www.gratisexam.com/
C. It cannot apply a patch to a Grid Infrastructure ORACLE_HOME.
D. It cannot run with root privileges on a Unix-like system.
E. It can apply some patches without shutting down database instances.
F. It can only apply patches on the cluster node from where it is issued.

Correct Answer: ABE


Section: (none)
Explanation

Explanation/Reference:
Incorrect Answers:
C: The OPatch and OPatchauto utilities provide you with the flexibility to analyze, troubleshoot, and patch an individual GI (Grid Infrastructure)/RAC (Real
Application Cluster) home environments.
D: It is recommended that OPatch should not be invoked by 'root', if so then the CheckUserAdminPrivilege check fails. But it is possible to run OPatch with root
privileges.
F: OPatchauto executes across all hosts in the associated system, using SSH as its remote execution mechanism for requisite commands, such as opatch apply.

References:
http://docs.oracle.com/cd/E24628_01/doc.121/e39376/opatch_overview.htm#OPTCH106
https://docs.oracle.com/cd/E24628_01/doc.121/e39376/opatch_commands.htm#OPTCH198

QUESTION 25
Which three statements are true regarding multitenant architecture for RAC databases?

A. One UNDO tablespace for each PDB is required.


B. One UNDO tablespace for each instance is required.
C. PDBs can have local temporary tablespaces.
D. All the containers share the same SYSTEM and SYSAUX tablespaces.
E. You can open one, several, or all PDBs on one, several, or all CDB instances.

Correct Answer: BCE


Section: (none)
Explanation

Explanation/Reference:
Explanation:
B: For an Oracle RAC CDB, one active undo tablespace exists for each instance.
C: From a physical perspective, a CDB has basically the same structure as a non-CDB, except that each PDB has its own set of tablespaces (including its own
SYSTEM and SYSAUX tablespaces) and data files.

http://www.gratisexam.com/
References: https://docs.oracle.com/database/121/CNCPT/cdblogic.htm#CNCPT89268

QUESTION 26
Which two statements are true about database service administration in a RAC environment?

A. When services are created with srvctl, tnsnames.ora is automatically updated.


B. When services are created with srvctl, the service is not started automatically.
C. Service attributes can be modified, unless an instance hosting the service is in restricted mode.
D. When the DBMS_SERVICE package is used to modify a service, the CRS resource is automatically synchronized with the changes.
E. When the DBMS_SERVICE package is used to delete a service, it is automatically removed from the OCR.
F. When services are started with srvctl, they are automatically added to the data dictionary of the hosting database if not already defined.

Correct Answer: BF
Section: (none)
Explanation

Explanation/Reference:
Explanation:
B: To start the service you need to use the START_SERVICE procedure.
F: When the service is started by Oracle Clusterware or Oracle Restart, the service is modified in the database to match the resource defined to either Oracle
Clusterware or Oracle Restart.

Incorrect Answers:
A: Srvctl manages CRS (OCR), but does not modify tnsnames.ora.
C: Users can modify the edition attribute while the service is up and running
D: If you are using Clustered Managed Services with Oracle Clusterware, or using Oracle Restart with your single instance database, you must modify services
using the srvctl command rather than DBMS_SERVICE.
E: You cannot use the DBMS_SERVICE.DELETE_SERVICE subprogram if your services are managed by Oracle Clusterware, Oracle Restart, or Oracle Global
Data Services.

Note: Oracle Clusterware is the cross platform cluster software required to run the Real Application Clusters (RAC) option for Oracle Database.

References:
https://docs.oracle.com/database/121/ARPLS/d_serv.htm#ARPLS68022

QUESTION 27
Examine this command executed on the first node of a three-node cluster:
# <GRID_INFRASTRUCTURE_ORACLE_HOME>/OPatch/opatchauto apply 18139660

Which two tasks does this command perform?

http://www.gratisexam.com/
A. It applies a patch to the Grid Infrastructure only on the first cluster node.
B. It applies a patch to the Grid Infrastructure on all cluster nodes.
C. It applies a patch to all database ORACLE_HOMEs, with the same release as the Grid Infrastructure, only on the first cluster node.
D. It applies a patch to all database ORACLE_HOMEs, with the same release as the Grid Infrastructure, on all cluster nodes.
E. It applies a patch to all database ORACLE_HOMEs of any version on the first cluster node.
F. It applies a patch to all database ORACLE_HOMEs of any version on all cluster nodes.

Correct Answer: BD
Section: (none)
Explanation

Explanation/Reference:
Explanation:
OPatchauto is Oracle's strategic tool for binary and configuration patching. For the supported environments, OPatchauto sequences and executes all required
steps, on all nodes, for comprehensive patch application.

Note: The OPatchauto commands are run from the product home out of the standard OPatch directory.

Example:
$PRODUCT_HOME/OPatch/OPatchauto apply <PATH_TO_PATCH_DIRECTORY>
where <PATH_TO_PATCH_DIRECTORY> is the full path to local staging area where you have downloaded your patches.

The apply command applies a System Patch to a product home. User specified the patch location or the current directory will be taken as the patch location. .

References: https://docs.oracle.com/cd/E24628_01/doc.121/e39376/configuration_patching.htm#OPTCH149
https://docs.oracle.com/cd/E24628_01/doc.121/e39376/opatchauto_commands.htm#OPTCH585

QUESTION 28
Oracle Clusterware manages an administrator-managed database service defined with the MANUAL management policy.

Which two statements are true?

A. The service must be manually restarted with SRVCTL every time the instance hosting the service fails.
B. Clusterware will monitor the service while it is active.
C. The service must be manually restarted with SRVCTL after restarting the Clusterware stack on the node hosting the service.
D. When manually started, the service will always start on one or more available instances rather than on their preferred instances.
E. The service must be manually started with SRVCTL after a planned restart of the instance hosting the service.

Correct Answer: BE
Section: (none)

http://www.gratisexam.com/
Explanation

Explanation/Reference:
Explanation:
MANUAL: The database is never automatically restarted upon restart of the database host computer. A MANUAL setting does not prevent Oracle Clusterware from
monitoring the database while it is running and restarting it if a failure occurs.

Note: To prevent Oracle Clusterware from restarting your Oracle RAC database when you restart your system, or to avoid restarting failed instances more than
once, configure a policy to define the degree of control. There are two policies, automatic, which is the default, and manual.

References: https://docs.oracle.com/database/121/RACAD/srvctladmin.htm

QUESTION 29
Which three statements are true about Oracle Enterprise Manager Topology Viewer?

A. It displays which listeners listen on behalf of which instances.


B. It displays the relationship between targets of different target types in a cluster.
C. It displays the status of all cluster components.
D. It displays the status of Pluggable Databases (PDBs) in a multitenant container database (CDB).
E. It displays the relationship between clustered ASM and cluster databases if the database is stored in ASM.
F. It displays the type of network used by RAC database instance.

Correct Answer: ABE


Section: (none)
Explanation

Explanation/Reference:
Explanation:
Using the topology view you can quickly see the components that comprise your cluster database environment, such as database instances, listeners, Oracle ASM
instances, hosts, and interfaces.

Note: Enterprise Manager provides a Topology Viewer which is a graphical representation of routing relationships across targets, components and elements. You
can easily determine how requests are routed across components. For example, you can see how requests are routed from Oracle Web Cache, to Oracle HTTP
Server, to a Managed Server, to a data source.

The Topology Viewer allows you to view the relationships between components, nodes, or objects within different Oracle applications.

References: https://docs.oracle.com/database/121/TDPRC/racmon2.htm#TDPRC350

QUESTION 30
Which two statements are true regarding server-side connect-time load balancing for a RAC database when using SCAN listeners?

http://www.gratisexam.com/
A. It is based on performance metrics provided by the database instances LREG processes.
B. LOCAL_LISTENER must be configured to point to the SCAN to enable server-side load balancing.
C. The services connection load balancing goal must be manually configured to enable server-side connect-time load balancing.
D. Its enabled only when LOAD_BALANCE=YES is included in the TNS entry used by the client.
E. Server-side load balancing requires the REMOTE_LISTENER to point to the SCAN.

Correct Answer: CE
Section: (none)
Explanation

Explanation/Reference:
Explanation:
C: With server-side load balancing, the SCAN listener directs a connection request to the best instance currently providing the service, based on the -clbgoal and -
rlbgoal settings for the service.

E: The SCAN is an essential part of Database configuration. So, by default, the REMOTE_LISTENER parameter is set to the SCAN, assuming that the Database is
created using standard Oracle tools. This enables the instances to register with the SCAN Listeners as remote listeners to provide information on what services are
being provided by the instance, the current load, and a recommendation on how many incoming connections should be directed to the instance.

Note: Single Client Access Name (SCAN) is an Oracle Real Application Clusters (Oracle RAC) feature that provides a single name for clients to access Oracle
Databases running in a cluster.

Incorrect Answers:
B: You must set the LOCAL_LISTENER parameter to the node-VIP. If you need fully qualified domain names, then ensure that the LOCAL_LISTENER parameter
is set to the fully qualified domain name. By default, a node listener is created on each node in the cluster during cluster configuration. With Oracle Grid
Infrastructure, the node listener runs out of the Oracle Grid Infrastructure home and listens on the node-VIP using the specified port.

D: LOAD_BALANCE=on, not LOAD_BALANCE=YES, is used.

References: https://docs.oracle.com/database/121/JJDBC/scan.htm#JJDBC29151
https://docs.oracle.com/database/121/RACAD/hafeats.htm#RACAD7122

QUESTION 31
You are developing a user callout procedure to send an email to the helpdesk whenever a RAC database instance fails to restart after node failure.

Examine these tasks (see exhibit):

http://www.gratisexam.com/
Identify the minimum steps required, in the correct sequence, to implement this.

A. 1, 3, 7
B. 1, 4, 6
C. 2, 5, 8
D. 2, 4, 7, 8
E. 2, 4, 7
F. 1, 4, 7, 8

Correct Answer: F
Section: (none)
Explanation

Explanation/Reference:
Explanation:
FAN callouts are server-side executables that Oracle Restart executes immediately when high availability events occur.
You can use FAN callouts to automate the following activities when events occur, such as:
Opening fault tracking tickets
Sending messages to pagers
Sending e-mail
Starting and stopping server-side applications
Maintaining an uptime log by logging each event as it occurs

To use FAN callouts, place an executable in the directory grid_home/racg/usrco on both the primary and the standby database servers. If you are using scripts,
then set the shell as the first line of the executable. The following is an example file for the grid_home/racg/usrco/callout.sh callout:
#! /bin/ksh
FAN_LOGFILE= [your path name]/admin/log/`hostname`_uptime.log
echo $* "reported="`date` >> $FAN_LOGFILE &

http://www.gratisexam.com/
Note: Oracle has proved options where a script or utility or application (called server side callout), if placed in $GRID_HOME/racg/usrco directory, will be executed
automatically.

References: Expert Oracle RAC Performance Diagnostics and Tuning (2014), page 506
https://docs.oracle.com/cd/E18283_01/server.112/e17120/restart001.htm

QUESTION 32
Which three options have a RAC-specific tuning component?

A. contention on index leaf blocks


B. sequence definitions
C. the size of the online redo log buffers
D. contention for online redo log files
E. contention for archived redo log files
F. the load on the Cluster Interconnect

Correct Answer: ACF


Section: (none)
Explanation

Explanation/Reference:
Explanation:
A: Contention for data and index blocks in a single instance database will probably magnify in a RAC environment.
C: A typical cause of high latencies is when the LMS process must flush uncommitted changes to the redo log prior to sending the block to the requesting instance.
If the application design is such that uncommitted blocks are often in demand across instances in the cluster then these redo log flushes might become common.
F: Examining the interconnect
When Global Cache waits are high, we should first determine if the latency is primarily the result of interconnect network waits.

References: http://www.toadworld.com/platforms/oracle/w/wiki/10939.optimizing-oracle-rac#rac-tuning-principles

QUESTION 33
Which three statements are true about Oracle 12 RAC Database software installations?

A. It is possible to install RAC database software on a one node cluster.


B. It is possible to install multiple RAC database 12c software homes on the same cluster.
C. The RAC database 12c software home and Grid infrastructure homes must be owned by separate OS users.
D. The Cluster Verification Utility (CLUVFY) must be used to check the cluster before installing the RAC database software.
E. The Cluster Verification Utility (CLUVFY) must be used to check the cluster after installing the RAC database software.
F. The RAC database 12c software home and Grid Infrastructure homes must be owned by the same OS user.

http://www.gratisexam.com/
Correct Answer: ADF
Section: (none)
Explanation

Explanation/Reference:
Explanation:
A: An Oracle home is the directory in which you install Oracle Database binaries, and from which Oracle Database runs. Use Oracle Appliance Manager (through
oakcli commands) to create and manage multiple Oracle homes and databases on Oracle Database Appliance.
Oracle Database Appliance supports multiple Oracle Homes including different versions for Oracle Database 11g Release 2, 11gR2 and Oracle Database Release
12c Release 1.

D: You can use Cluster Verification Utility (CVU) to assist you with system checks in preparation for starting an upgrade.

F: The same user that owned the earlier release Oracle Grid Infrastructure software must perform the Oracle Grid Infrastructure 12c Release 1 (12.1) upgrade.
Before Oracle Database 11g, either all Oracle software installations were owned by the Oracle user, typically oracle, or Oracle Database software was owned by
oracle, and Oracle Clusterware software was owned by a separate user, typically crs.

Reference:
https://docs.oracle.com/cd/E22693_01/doc.12/e55580/dbadmin.htm#CHDJIBEE
https://docs.oracle.com/database/121/CWLIN/procstop.htm#CWLIN517

QUESTION 34
PROD1, PROD2 and PROD3 are three instances that have multitenant container database PROD open.
PROD contains multiple PDBs.

Examine these successful commands:


$ srvctl add service db PROD pdb PRDPDB1 service SRVPDB1
$ srvctl start service db PROD service SRVPDB1

Which statement is true about the srvctl start service command?

A. It opens the PRDPDB1 PDB if not already opened.


B. It can open the PRDPDB1 PDB only if it is policy managed.
C. It can open the PRDPDB1 PDB automatically.
D. It can open the PRDPDB1 PDB only if it is manually managed.

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:

http://www.gratisexam.com/
QUESTION 35
Which method can be used to convert a single-instance Oracle 12c Database to a RAC Database?

A. using DBCA to migrate the database to shared storage and then start one or more RAC database instances on the cluster
B. using DBCA to create a template from the single-instance database and then to create a RAC database on the cluster using that template
C. using the rconfig utility to create a template from the single-instance database and then using DBCA to create a RAC database on the cluster using that template

D. using the rconfig utility to migrate the database to shared storage and then using DBCA to start one or more RAC database instances on the cluster.

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:
You can use the command-line utility rconfig to convert a single-instance database to an Oracle RAC database, or to convert it to an Oracle RAC One Node
database, depending on the values you provide in the ConvertToRAC.xml file.

Incorrect Answers:
A, B: To convert from a single-instance Oracle Database that is on a non-clustered computer to Oracle RAC, perform the procedures described in the following
sections, and in the order shown:
1. Use DBCA to Create an Image of the Single-Instance Database
2. Complete the Oracle Clusterware Installation
3. Validate the Cluster
4. Copy the Preconfigured Database Image
5. Install Oracle Database 12c Software with Oracle RAC

References: https://docs.oracle.com/database/121/RACAD/cvt2rac.htm#RACAD8854

QUESTION 36
Which three are benefits of using RAC One Node in Oracle 12c?

http://www.gratisexam.com/
A. automatic failover for high availability
B. ability to perform rolling patches
C. online conversion from RAC One Node databases to multi-instance RAC databases
D. load-balancing of services within a single instance
E. online-conversion from non-RAC databases to RAC One Node databases
F. multiple instances of the same database on a single node to protect against instance failure

Correct Answer: BCF


Section: (none)
Explanation

Explanation/Reference:
Explanation:
Oracle Real Application Clusters One Node is a single instance of an Oracle Real Application Clusters-enabled database running on one node in a cluster. It lets
you consolidate multiple databases onto a single cluster and thereby adds to the flexibility that Oracle offers for database consolidation while reducing management
overhead by providing a standard deployment for highly available Oracle Database editions.

Overview
Failover cluster protection for unplanned downtime
Online Database Relocation for workload management
Online database patching to reduce planned downtime
(C) Online upgrade to Oracle RAC for full scalability

Benefits
(F) Protection from unplanned database or system failures
(B) Rolling upgrades and patches for your OS and database
Standard management for highly available Oracle Databases
Online Databases Relocation for database virtualization

References: http://www.oracle.com/us/products/database/options/rac-one-node/overview/index.html

QUESTION 37
Which three statements are true about Quality of Service Management (QoS)?

A. A server-pool can be managed by QoS even if it does have database instances running on any server in the pool.
B. It can manage database services only if they are defined as UNIFORM services.
C. It requires Oracle Grid Infrastructure for a Cluster to be installed and Clusterware to be running.
D. It supports multiple databases assigned to the same server pool.
E. Databases managed by QoS can be administrator managed or policy managed.

http://www.gratisexam.com/
Correct Answer: BCD
Section: (none)
Explanation

Explanation/Reference:
Explanation:
B: Database services should be created as UNIFORM services, meaning the service is offered by every available instance running in the specified server pool. If
your application requires a SINGLETON service, then, to use Oracle Database QoS Management in management mode, the service must run in a server pool that
has a maximum size of one. If you use a SINGLETON service in a server pool that has a maximum size greater than one, then Oracle Database QoS Management
reports a configuration violation.
C: Initial QoS configuration includes:
Installing and Configuring Oracle Grid Infrastructure for a Cluster
Creating and Configuring Server Pools
Creating and Configuring an Oracle RAC Database
Enabling Oracle Database QoS Management

Incorrect Answers:
E: It must be policy managed. When you use DBCA to create an Oracle RAC database, you select policy-managed for the database, and choose the server pools
which the database instances should run in.

References: https://docs.oracle.com/cd/E11882_01/server.112/e24611/install_config.htm#APQOS157
https://docs.oracle.com/database/121/APQOS/wlm_strats.htm#APQOS341

QUESTION 38
Which two statements are true about Quality of Service Management?

A. It can enable a more efficient sharing of hardware resources.


B. It can improve the performance of SQL statements.
C. It can improve system stability as the workload changes.
D. It can improve the performance of PL/SQL.
E. It can reduce the load on the system caused by Oracle background processes.

Correct Answer: AC
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Oracle Database QoS Management provides the following benefits:
Enables more effective sharing of hardware resources
Provides stability to the system as the workloads change

http://www.gratisexam.com/
Note: More benefits are:
Reduces the time and expertise requirements for system administrators who manage Oracle Real Application Clusters (Oracle RAC) resources
Helps reduce the number of performance outages
Reduces the time needed to resolve problems that limit or decrease the performance of your applications
Makes the addition or removal of servers transparent to applications
Reduces the impact on the system caused by server failures
Helps ensure that service-level agreements (SLAs) are met

Reference: https://docs.oracle.com/cd/E11882_01/server.112/e24611/apqos_intro.htm#APQOS268

QUESTION 39
After creating a RAC One Node database using SQL statements, you want to register this database with Oracle Clusterware as a policy-managed resource.

Which command, or sequence of commands, should you use?

A. srvctl add srvpool serverpool ron importance 100 min 2 max 2 servers 016n1, 016n2
srvctl add db db ron oraclehome $ORACLE_HOME dbtype raconenode serverpool ron
B. srvctl add db db ron oraclehome $ORACLE_HOME dbtype raconenode server 016n1, 016n2
C. srvctl add db db ron oraclehome $ORACLE_HOME dbtype raconenode serverpool ron server 016n1, 016n2
D. srvctl add srvpool serverpool ron importance 100 min 2 max 2 servers 016n1, 016n2
srvctl add db db ron oraclehome $ORACLE_HOME dbtype raconenode server 016n1, 016n2

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:
If your Oracle RAC One Node database did not register automatically with Oracle Clusterware, then use the srvctl add database command to add an Oracle RAC
One Node database to your cluster.

For example:
srvctl add database -c RACONENODE [-e server_list] [-i instance_name] [-w timeout]

When you add services to a policy-managed Oracle RAC One Node database, SRVCTL does not accept any placement information, but instead configures those
services using the value of the SERVER_POOLS attribute.

Note: Use the srvctl add database command to add an Oracle RAC One Node database to your cluster. For example:
srvctl add database -c RACONENODE [-e server_list] [-i instance_name] [-w timeout]

http://www.gratisexam.com/
* -c {RACONENODE | RAC | SINGLE}
The type of database you are adding: Oracle RAC One Node, Oracle RAC, or single instance.

Reference: https://docs.oracle.com/cd/E11882_01/rac.112/e41960/onenode.htm#RACAD8194

QUESTION 40
You plan to create a three-instance RAC database stored in ASM, with its data files in the DATA disk group.

Identify three supported storage solutions for the Fast Recovery Area (FRA).

A. a shared nothing file system accessed directly by the database instances


B. a cluster file system
C. a shared NFS file system
D. the DATA disk group
E. a local file system with the same path name on each cluster node

Correct Answer: BCD


Section: (none)
Explanation

Explanation/Reference:
Explanation:
There are special considerations for choosing a location for the flash recovery area in a RAC environment. The location must be on a cluster file system, ASM or a
shared directory configured through NFS. The location and disk quota must be the same on all instances.

References: https://docs.oracle.com/cd/B19306_01/backup.102/b14192/setup005.htm

QUESTION 41
Which three statements are true about services when used with transparent application failover (TAF) for an administrator-managed RAC database?

A. TAF-enabled sessions fail over to a surviving instance accepting logins for the service.
B. TAF-settings for the service override TAF settings in TNS entry used by the client.
C. TAF can restart a query or a transaction after failover.
D. The TAF settings for a client connections overrides any TAF settings in the service definition.
E. TAF PRECONNECT requires configuration for the service and in the client TNS entry.

Correct Answer: ACD


Section: (none)
Explanation

http://www.gratisexam.com/
Explanation/Reference:
Explanation:
A: SESSION failover. When the connection to an instance is lost, SESSION failover results only in the establishment of a new connection to another Oracle RAC
node; any work in progress is lost. SESSION failover is ideal for online transaction processing (OLTP) systems, where transactions are small.

C: SELECT failover. With SELECT failover, Oracle Net keeps track of all SELECT statements issued during the transaction, tracking how many rows have been
fetched back to the client for each cursor associated with a SELECT statement. If the connection to the instance is lost, Oracle Net establishes a connection to
another Oracle RAC node and re-executes the SELECT statements, repositioning the cursors so the client can continue fetching rows as if nothing has happened.
The SELECT failover approach is best for data warehouse systems that perform complex and time-consuming transactions.

D: Oracle's answer to application failover is a new Oracle Net mechanism dubbed Transparent Application Failover. TAF allows the DBA to configure the type and
method of failover for each Oracle Net client.

Incorrect Answers:
E: In PRECONNECT failover, the application simultaneously connects to both a primary and a backup node. This offers faster failover, because a pre-spawned
connection is ready to use. But the extra connection adds everyday overhead by duplicating connections.

References: http://www.dba-oracle.com/art_oramag_rac_taf.htm

QUESTION 42
Examine this query and output:
SQL> select order_flag, cache_size, session_flag, keep_value,
2 from user_sequences where sequence_name = SEQ1;
O CACHE_SIZE S K
-- ------------------- -- --
Y 10 N N

Performance analysis revealed severe SQ enqueue contention on the SEQ1 sequence.

The SEQ1 sequence is incremented from all instances equally and is frequently used.

Which two statements should you execute to reduce SQ enqueue contention?

A. alter sequence seq1 cache 10000;


B. alter sequence seq1 order;
C. alter sequence seq1 noorder;
D. exec sys.dbms_shared_pool.keep (SEQ1, Q)
E. alter sequence seq1 keep;

Correct Answer: AD
Section: (none)

http://www.gratisexam.com/
Explanation

Explanation/Reference:
Explanation:
A: Use cache.
D: The KEEP procedure keeps an object in the shared pool. Once an object has been kept in the shared pool, it is not subject to aging out of the pool. This may be
useful for frequently used large objects. When large objects are brought into the shared pool, several objects may need to be aged out to create a contiguous area
large enough.

References:
https://ora600tom.wordpress.com/2015/01/09/enq-sq-contention/
https://docs.oracle.com/cd/B19306_01/appdev.102/b14258/d_shpool.htm#i999221

QUESTION 43
Which three statements are true about ASM Cloud File System (ACFS) tagging?

A. acfssettag is a command provided by a platform-independent API to tag files.


B. acfssettag is a command provided by a platform-dependent API to tag files.
C. ACFS tagging is used to mark a subset of files in an ACFS file system for replication.
D. acfsutil encr on can be used to specify the tag names of the files to be encrypted.
E. acfsutil tag set can be used to tag files.

Correct Answer: ACE


Section: (none)
Explanation

Explanation/Reference:
Explanation:
A: The acfssettag command sets the tag name on an Oracle ACFS file.

Syntax
sb8 acfssettag(const oratext *path, const oratext *tagname, oratext *value,
size_t size, ub4 flags);

C: Oracle ACFS tagging assigns a common naming attribute to a group of files. Oracle ACFS Replication can use this tag to select files with a unique tag name for
replication to a different remote cluster site. The tagging option avoids having to replicate an entire Oracle ACFS file system.

E: The acfsutil tag set command adds the given tag to the specified files or directories in an Oracle ACFS file system.

Incorrect Answers:
D: The acfsutil encr on command encrypts an Oracle ACFS file system, directories, or individual files.

http://www.gratisexam.com/
However, you specify a directory not a tag name.

References:
https://docs.oracle.com/database/121/OSTMG/GUID-9D88AC84-F3E1-432B-8907-E6D7647E1B0F.htm#OSTMG95633
https://docs.oracle.com/database/121/OSTMG/GUID-5A980C0A-BE5E-4489-8A25-ED9596BF6CA2.htm#OSTMG34700

QUESTION 44
Which two statements are true about ASM alias names?

A. ASM files created using an alias name are not OMF files even if OMF is enabled.
B. Alias file names cannot be used together with templates when creating tablespaces.
C. ASM files created using an alias name are OMF files even if OMF is not enabled.
D. Alias names can be stored only in user-defined directories.
E. ASM files created using an alias name also have a fully qualified name and can be accessed by either name.

Correct Answer: AB
Section: (none)
Explanation

Explanation/Reference:
Explanation:
A: Alias names are not created as OMF.
B: An alias ASM filename with template is used only for ASM file creation operations. It has the following format:
+dgroup(template_name)/alias

Incorrect Answers:
D: You can create an alias in any system-generated or user-created Oracle ASM directory.

References: https://docs.oracle.com/database/121/OSTMG/GUID-7AE5B8CA-B563-4864-A934-4C170A9590F5.htm#OSTMG10065

QUESTION 45
The DGRP1 diskgroup has these attributes:
Normal redundancy
Two failgroups with four asmdisks in each failgroup
compatible.asm set to 12.1

The ASM_POWER_LIMIT is currently set to 1 in the ASM instances.


There are three databases whose instances are up and which access data in the DGRP1 diskgroup.
No other clients use this diskgroup.

You want to add two asmdisks to each failgroup, complete the rebalance as quickly as possible, by avoiding checks for access to allocation units, and then restore

http://www.gratisexam.com/
database availability.

Examine the list of actions (see exhibit):

Exhibit:

Identify the correct sequence of required steps:

A. 1, 2, 3, 4, 5, 2, 10, 7
B. 1, 3, 5, 7
C. 1, 8, 6, 3, 5, 8, 9, 7
D. 1, 8, 6, 3, 5, 2, 10, 7

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:

QUESTION 46
A Java application using thick JDBC connections will soon be deployed, and you must configure a RAC database to support highly available connections.

Broken connections must be re-established as quickly as possible.

Which feature will support this requirement?

http://www.gratisexam.com/
A. Fast Connection Failover (FCF) with Transparent Application Failover (TAF)
B. Transparent Application Failover (TAF)
C. Transparent Application Failover (TAF) using Fast Application Notification (FAN)
D. Fast Connection Failover (FCF)

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:
The Fast Connection Failover (FCF) feature is an Oracle RAC/Fast Application Notification (FAN) client implemented through the connection pool. The feature
requires the use of an Oracle JDBC driver and an Oracle RAC database.

References: https://docs.oracle.com/cd/B28359_01/java.111/e10788/rac.htm

QUESTION 47
Which three statements are true concerning policy-based cluster management in Oracle 12c Clusterware?

A. Server Pools must be managed with the crsctl utility for servers hosting an application or other administrator-defined high-availability resource.
B. All servers in a new cluster installation belong to the generic server pool.
C. The server pool contains servers that host administrator-defined high availability resources.
D. Server pools must be managed with the srvctl utility for servers hosting a database.
E. All servers in a new cluster installation belong to the free server pool.

Correct Answer: CDE


Section: (none)
Explanation

Explanation/Reference:

http://www.gratisexam.com/
Explanation:
C: Server pools divide the cluster into logical groups of servers hosting both singleton and uniform applications. The application can be a database service or a non-
database application.
D: You manage server pools that contain Oracle RAC databases with the Server Control (SRVCTL) utility.
E: When Oracle Clusterware is installed, two internal server pools are created automatically: Generic and Free. All servers in a new installation are assigned to the
Free server pool, initially

References: https://docs.oracle.com/database/121/CWADD/pbmgmt.htm#CWADD92594

QUESTION 48
You administer a three-instance, policy-managed, multitenant RAC database CDB1 with two PDBs: PDB_1 and PDB_2.

Examine these commands executed on host01:


$ srvctl add service db CDB1 pdb PDB_1 serverpool prod_pool cardinality singleton
$ srvctl start service db CDB1 service CRM
$ srvctl stop service db CDB1 service CRM

Which three statements are true?

A. CRM is only available for new logins on the CDB1 instance on host01.
B. CRM is available for new logins on one CDB1 instance.
C. The srvctl start service command automatically opens PDB_1 if not already opened.
D. The srvctl stop service command does not close PDB_1 on any instance of CDB1.
E. The CRM service is not available for new logins on any instance of CDB1.

Correct Answer: CDE


Section: (none)
Explanation

Explanation/Reference:

QUESTION 49
Which two tasks must be performed before launching the Oracle universal installer to install Oracle Database Software for RAC?

A. ssh user equivalence for the Oracle software owner must be configured on all cluster nodes.
B. Grid infrastructure must be installed on all cluster nodes where the Database software will be installed.
C. ssh user equivalence for the Oracle software owner must be configured on all cluster nodes where the Database Software will be installed.
D. Grid infrastructure must be installed on all cluster nodes.
E. The Clusterware stack must be up on all cluster nodes.

http://www.gratisexam.com/
Correct Answer: AD
Section: (none)
Explanation

Explanation/Reference:
Explanation:
A: You must enable SSH User Equivalency on Cluster Nodes.

References: https://docs.oracle.com/database/121/CWLIN/manpreins.htm#CWLIN407

QUESTION 50
Examine this output:
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 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?

A. It succeeds
B. It fails because the file system must be unmounted before resizing.
C. It fails because resizing a volume containing an ACFS file system must be performed using ACFSUTIL.
D. It succeeds but the file system is automatically unmounted.
E. It fails because the f option is not specified.

Correct Answer: C
Section: (none)

http://www.gratisexam.com/
Explanation

Explanation/Reference:
Explanation:
If there is an Oracle ACFS file system on the volume, then you cannot resize the volume with the volresize command. You must use the acfsutil size command,
which also resizes the volume and file system.

References: https://docs.oracle.com/cd/E11882_01/server.112/e18951/asm_util007.htm#OSTMG94769

QUESTION 51
You plan to apply a patchset to a RAC database running on a two-node cluster.

The cluster has this configuration:


Grid infrastructure release 12.1.0.1.0
RAC database release 12.1.0.1.0
All software installed on local file systems
The database is deployed on ASM disk groups.

Examine this list of possible tasks (see exhibit).

Exhibit:

Identify the required tasks in the correct order to apply the patchset with the least amount of down time.

A. 1, 3, 2, 5 and 8
B. 3, 2, 5 and 8
C. 1, 2, 3, 5 and 8
D. 3, 2, 6 and 8
E. 3, 2, 5, 2 and 8

http://www.gratisexam.com/
Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Reference: https://docs.oracle.com/cd/B19306_01/rac.102/b28759/softpatch.htm#TDPRC918

QUESTION 52
Which two components must always be defined or specified by an administrator to make an application highly available using Oracle 12c Clusterware?

A. A Server Pool
B. an application VIP
C. an application resource
D. a resource dependency definition
E. a script agent

Correct Answer: CE
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Oracle Clusterware manages applications when they are registered as resources with Oracle Clusterware. Oracle Clusterware has access to application-specific
primitives that have the ability to start, stop, and monitor a specific resource. Oracle Clusterware runs all resource-specific commands through an entity called an
agent.

Note: When initializing the agent framework, if any of the mandatory entry points are not provided, then the agent framework invokes a script pointed to by the
ACTION_SCRIPT resource attribute.

References: https://docs.oracle.com/database/121/CWADD/crschp.htm#CWADD92082

QUESTION 53
Which two statements are true about resources defined by an administrator and registered with Oracle 12c Clusterware for high availability?

A. A policy-managed resource can be started manually using crsctl.


B. A policy-managed resource can be started manually using srvctl.
C. Resource dependencies are automatically set when using a policy-managed resource.
D. An administrator-managed resource can be started manually using crsctl.
E. An administrator-managed resource can be started manually using srvctl.
F. The action script is automatically set when using a policy-managed resource.

http://www.gratisexam.com/
Correct Answer: AE
Section: (none)
Explanation

Explanation/Reference:
Explanation:
A: With policy-based management, administrators specify the server pool (excluding the Generic and Free pools) in which the servers run. For example, a
database administrator uses SRVCTL to create a server pool for servers hosting a database or database service. A clusterware administrator uses CRSCTL to
create server pools for non-database use, such as creating a server pool for servers hosting an application.

E: Administrator-managed resources refer to databases. You must use SRVCTL to create server pools that host Oracle databases. You must use CRSCTL to
create server pools that host non-database resources such as middle tiers and applications.

References: https://docs.oracle.com/database/121/CWADD/pbmgmt.htm#CWADD92894

QUESTION 54
Which statement is true about using OPatch to patch Oracle Grid Infrastructure 12c?

A. All grid infrastructure patches may be applied in a rolling fashion with Opatch.
B. Opatch can patch all cluster nodes simultaneously without stopping the clusterware on all nodes.
C. Opatch can patch all cluster nodes simultaneously only for nonrolling patches.
D. Applying patches with Opatch must be done in an out-of-place fashion.

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
Explanation:
As with standard upgrades to Oracle Grid Infrastructure, at any given point in time for normal operation of the cluster, all the nodes in the cluster must have the
same software release and patch level. Because one-off patches can be applied as rolling upgrades, all possible patch levels on a particular software release are
compatible with each other.

Note: Starting with Oracle Grid Infrastructure 12c Release 1 (12.1), a new cluster state called "Rolling Patch" is available. This mode is similar to the existing
"Rolling Upgrade" mode in terms of the Oracle ASM operations allowed in this quiesce state.

References: https://docs.oracle.com/database/121/CWLIN/procstop.htm#CWLIN528

QUESTION 55
Which three statements are true about the administration and use of policy sets in Oracle 12c Clusterware?

http://www.gratisexam.com/
A. All server pools in a cluster are controlled by the policy set, when user-defined policy management is used.
B. Servers in a server pool outside the control of policy set are never affected by policy changes, when user-defined policy management is used.
C. Clusterware administrators cannot directly modify the policy set when Quality of Service (QoS) Management is used.
D. A server pool can have the same attributes defined for different policies in the policy set, when user-defined policy management is used.
E. A server pool can have different attributes defined for different policies in the policy set, when user-defined policy management is used.

Correct Answer: ACE


Section: (none)
Explanation

Explanation/Reference:
Explanation:
A: A cluster configuration policy set is a document that defines the names of all server pools configured for the cluster and definitions for all policies.
C: If you create policies with Oracle Database Quality of Service Management (Oracle Database QoS Management), then you categorize servers by setting server
pool directive overrides, and CRSCTL commands using the policy and policyset nouns are disabled.

Note: Oracle Database 12c has introduced the policy sets, a feature that allows preparing in advance all the different workload scenarios and activating them with a
single command. The easiest way to create policy sets is dumping the current configuration into a file, edit it, and reload it into the cluster.

References: https://docs.oracle.com/database/121/CWADD/pbmgmt.htm#CWADD92635

QUESTION 56
Your flex cluster has these attributes:
1. Hub nodes host01 and host02
2. Leaf nodes host03 and host04
3. Full Featured GNS is configured and running.

You attempt to run this command to add two more nodes to the cluster:
$ ./addnode.sh silent CLUSTER_NEW_NODES={host05,host06}
CLUSTER_NEW_NODE_ROLES={hub,leaf}

What is the result and the reason for this result?

A. It fails because no VIP was specified for the hub node host05.
B. It fails because hub and leaf nodes may not be added by the same execution of addNode.sh.
C. It fails because GNS doesnt assign VIPs for leaf nodes and no VIP was specified in the command.
D. It succeeds because no VIP specification is required for leaf nodes and none need to be specified for hub nodes when using full featured GNS.

Correct Answer: A

http://www.gratisexam.com/
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Hub Nodes always have VIPs.

Incorrect Answers:
C: Hub Nodes always have VIPs but Leaf Nodes may not.
B: Use the CLUSTER_NEW_NODE_ROLES parameter to indicate, in an Oracle Flex Cluster, whether the node you are adding is a Hub Node or a Leaf Node.

You can add multiple nodes, as follows:


$ addnode.sh -silent -noCopy ORACLE_HOME=Grid_home "CLUSTER_NEW_NODES={node2,node3,node4}"
"CLUSTER_NEW_VIRTUAL_HOSTNAMES={node2-vip,node3-vip,}"
"CLUSTER_NEW_NODE_ROLES={HUB,HUB,LEAF}"

In the preceding syntax example, Node 4 is designated as a Leaf Node and does not require that a VIP be included.

References: https://docs.oracle.com/database/121/CWADD/clonecluster.htm#CWADD92139

QUESTION 57
Which two actions are performed by installing the Oracle 12c Preinstall RPM on Oracle Linux?

A. It creates the grid user if not already defined.


B. It modifies the /etc/sysctl.conf Linux file.
C. It installs kernel modules required for the ASM Cluster File System (ACFS).
D. It installs the OpenSSH client package.
E. It creates the oinstall group if not already defined.

Correct Answer: BE
Section: (none)
Explanation

Explanation/Reference:
Explanation:
When installed, the Oracle Preinstallation RPM does the following:
As needed, sets sysctl.conf settings, system startup parameters, and driver parameters to values based on recommendations from the Oracle Preinstallation
RPM program
Creates an oracle user, and creates the oraInventory (oinstall) and OSDBA (dba) groups for that user
Automatically downloads and installs any additional RPM packages needed for installing Oracle Grid Infrastructure and Oracle Database, and resolves any
dependencies

http://www.gratisexam.com/
Sets hard and soft resource limits
Sets other recommended parameters, depending on your kernel version

Note: The Oracle RPMs for your Oracle Linux distributions and Oracle RDBMS releases automatically install any additional packages needed for installing Oracle
Grid Infrastructure and Oracle Database, and configure your server operating system automatically, including setting kernel parameters and other basic operating
system requirements for installation.

References: https://docs.oracle.com/database/121/LADBI/pre_install.htm#LADBI7493

QUESTION 58
Which three statements are true about Oracle Clusterware components, architecture, and behavior?

A. The Cluster Ready Services Daemon (CRSD) is responsible for monitoring and maintaining the availability of cluster resources defined in the Oracle Local
Repository file (OLR).
B. All cluster nodes can write or read from the Oracle Clusterware Repository (OCR) file at the same time.
C. The Oracle High Availability Services Daemon (OHASD) is responsible for monitoring and maintaining the availability of the Clusterware stack on a cluster node.
D. Voting disks stored in Automatic Storage Management (ASM) can be discovered or used even if the ASM instance on a cluster node is down.
E. The Cluster Synchronization Services Daemon (CSSD) must connect to the cluster by accessing the Oracle Clusterware Repository (OCR) file before the Oracle
High Availability Services Daemon (OHASD) is started.
F. Time synchronization in an Oracle Cluster is possible without using network Time Protocol (NTP).

Correct Answer: CDF


Section: (none)
Explanation

Explanation/Reference:
Explanation:
F: To activate CTSS in your cluster, you must stop and deconfigure the vendor time synchronization service on all nodes in the cluster. CTSS detects when this
happens and assumes time management for the cluster.

For example, to deconfigure NTP, you must remove or rename the ntp.conf file.

Incorrect Answers:
A: The CRS daemon (crsd) manages cluster resources based on the configuration information that is stored in OCR, not the OLR, for each resource.
B: You must update OCR through supported utilities such as Oracle Enterprise Manager, the Oracle Clusterware Control Utility (CRSCTL), the Server Control Utility
(SRVCTL), the OCR configuration utility (OCRCONFIG), or the Database Configuration Assistant (DBCA)
E: Please refer to the cluster startup picture below.

http://www.gratisexam.com/
References: https://docs.oracle.com/cd/E11882_01/rac.112/e41959/intro.htm#CWADD90955

QUESTION 59
Which two statements are true regarding the configuration of ASM disk groups when installing Oracle Grid Infrastructure 12c?

A. The installer permits the creation of a disk group for use by the voting disks and OCR file.

http://www.gratisexam.com/
B. If no ASM disk groups are specified during installation, then ASM instances are not started after the installation completes on any cluster node.
C. The installer permits the creation of a disk group to be used for the Recovery Area for the ASM instance.
D. If ASM disk groups are configured for the Clusterware files, then ASM must be used for all databases on the cluster.
E. ASM disk groups used for voting files and OCR files require a quorum failgroup.

Correct Answer: AB
Section: (none)
Explanation

Explanation/Reference:
Explanation:
You can store Oracle Cluster Registry (OCR) and voting files in Oracle ASM disk groups.

Incorrect Answers:
D: If you install Oracle Database or Oracle RAC after you install Oracle Grid Infrastructure, then you can either use the same disk group for database files, OCR,
and voting files, or you can use different disk groups. If you create multiple disk groups before installing Oracle RAC or before creating a database, then you can do
one of the following:
Place the data files in the same disk group as the Oracle Clusterware files.
Use the same Oracle ASM disk group for data files and recovery files.
Use different disk groups for each file type.

References: https://docs.oracle.com/database/121/CWLIN/storage.htm#CWLIN488

QUESTION 60
When installing Oracle Grid Infrastructure 12c, which three options exist for the configuration of Grid naming Service (GNS)?

A. using Shared GNS for the leaf nodes and local GNS for the hub nodes in a Flex Cluster
B. using Shared GNS running on another cluster
C. using Shared GNS for the hub nodes and local GNS for the leaf nodes in a Flex Cluster
D. creation of a new GNS for this cluster
E. using DHCP to assign Node Virtual IP addresses for nodes in the cluster

http://www.gratisexam.com/
Correct Answer: BDE
Section: (none)
Explanation

Explanation/Reference:
Explanation:
B: With dynamic configurations, you can configure GNS to provide name resolution for one cluster, or to advertise resolution for multiple clusters, so that a single
GNS instance can perform name resolution for multiple registered clusters. This option is called shared GNS.

D: With static configurations, no subdomain is delegated. A DNS administrator configures the GNS VIP to resolve to a name and address configured on the DNS,
and a DNS administrator configures a SCAN name to resolve to three static addresses for the cluster.

E: With automatic configurations, a DNS administrator delegates a domain on the DNS to be resolved through the GNS subdomain. Automatic configuration occurs
in one of the following ways:
For IPv4 addresses, Oracle Clusterware assigns unique identifiers for each cluster member node interface allocated for Oracle Grid Infrastructure, and
generates names using these identifiers within the subdomain delegated to GNS. A DHCP server assigns addresses to these interfaces, and GNS maintains
address and name associations with the IPv4 addresses leased from the IPv4 DHCP pool.
For IPv6 addresses, Oracle Clusterware automatically generates addresses with autoconfig.

References: https://docs.oracle.com/database/121/CWADD/admin.htm#CWADD838

QUESTION 61
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. Use cat /etc/oracle/ocr.loc to view the location of the OCR if stored in ASM.
B. Use ocrcheck command to view the location of the OCR only if stored in a file system.
C. Use crsctl querry votedisk to view the location of voting files if stored in ASM.
D. Use the ls command in the asmcmd utility to view the location of voting files if stored in ASM.
E. Use crsctl query votedisk to view the location of voting files if stored in a file system.
F. Use cat /etc/oracle/olr.loc to view the location of the OCR and OLR if stored on a file system.

Correct Answer: BEF


Section: (none)
Explanation

Explanation/Reference:
Explanation:
B: The OCRCHECK utility displays the version of the OCR's block format, total space available and used space, OCRID, and the OCR locations that you have
configured

Use the ocrconfig -add command to add an OCR location to a shared file system or Oracle Automatic Storage Management (Oracle ASM) disk group.

http://www.gratisexam.com/
Note: The example shows using the ocrcheck -config -details command to obtain the location of OCR in an Oracle ASM disk group.

Using OCRCHECK to Obtain OCR Information:


$ ocrcheck -config -details

Oracle Cluster Registry configuration is :


Device/File Name : +ocrvd11/mjk_1/OCRFILE/registry.255.842574113
Device/File Name : +ocrdv2/mjk_1/OCRFILE/registry.255.842574125

E: To determine the current voting disk by issuing the following command:


crsctl query votedisk css

F: The olr.loc file consists of the OLR config file location and the crs_home location.
$ cat olr.loc
olrconfig_loc=/u01/app/oracle/grid/11.2.0/cdata/<hostname>.olr
crs_home=/u01/app/oracle/grid/11.2.0
So, by default the location is olrconfig_loc =<GRID_HOME>/cdata/<hostname>.olr.

References:
https://docs.oracle.com/database/121/CWADD/ocrsyntax.htm#CWADD92028
https://gjilevski.com/2009/09/23/what-is-a-voting-disk/

QUESTION 62
Which two Operating System users and groups must be created on each node before installing Oracle Grid Infrastructure 12c?

A. an O/S user to own the Clusterware installation and a different O/S user to own the Automatic Storage Management (ASM) installation
B. an O/S group to own the software inventory
C. an O/S user to own the Oracle Database installation
D. an O/S group called dba
E. a group to own the ASMLIB-provisioned storage
F. a group to own Automatic-Storage Management (ASM) Filter Driver-provisioned storage

Correct Answer: BD
Section: (none)
Explanation

Explanation/Reference:
Explanation:
B: Creating the Oracle Inventory Group If an Oracle Inventory Does Not Exist
If the oraInst.loc file does not exist, then create the Oracle Inventory group by entering a command similar to the following:

http://www.gratisexam.com/
# /usr/sbin/groupadd -g 54321 oinstall

The preceding command creates the oraInventory group oinstall, with the group ID number 54321. Members of the oraInventory group are granted privileges to
write to the Oracle central inventory (oraInventory), and other system privileges for Oracle installation owner users.

D: Oracle recommends that you create one software owner to own each Oracle software product (typically, oracle, for the database software owner user, and grid
for Oracle Grid Infrastructure).

Incorrect Answers:
A: During an Oracle Grid Infrastructure installation, both Oracle Clusterware and Oracle Automatic Storage Management (Oracle ASM) are installed. You no longer
can have separate Oracle Clusterware installation owners and Oracle ASM installation owners.

References: https://docs.oracle.com/database/121/CWLIN/usrgrps.htm#CWLIN179

QUESTION 63
Which four statements are true concerning the upgrading of Oracle Grid Infrastructure 12c?

A. The ORACLE_HOME environment variable must be set to the Grid Infrastructure home directory in the installation owners environment.
B. The upgrade must be done in-place.
C. The upgrade must be done out of place.
D. Upgrade validation may be done using the Oracle Universal Installer which in turn invokes the built-in cluster verification utility.
E. The cluster verification utility cluvfy.sh can verify that the cluster is ready for an upgrade.
F. The ORACLE_SID environment variable must be set to the SID of the ASM instance in the installation owners environment.
G. The cluster verification utility cluvfy.sh can generate fixup scripts to run on all nodes of the cluster.

Correct Answer: ACEG


Section: (none)
Explanation

Explanation/Reference:
References: https://docs.oracle.com/database/121/CWLIN/procstop.htm#CWLIN422

QUESTION 64
Which two steps must always be performed to delete node host04 from an Oracle 12c Clusterware cluster that does not use Grid Naming Service (GNS)?

A. Run the crsctl unpin css host04 command as root on host01, or on either host02 or host03.
B. Run the rootcrs.pl delete force command as root on host01, or on either host02 or host03.
C. Run the rootcrs.pl delete force command as root on host04.
D. Run the crsctl delete node -n host04 command as root on host04.
E. Run the crsctl delete node -n host04 command as root on host04.

http://www.gratisexam.com/
F. Run the crsctl delete node -n host04 command as root on host01, or on either host02 or host03.

Correct Answer: AF
Section: (none)
Explanation

Explanation/Reference:
Explanation:
To delete a node from a cluster:
1. Ensure that Grid_home correctly specifies the full directory path for the Oracle Clusterware home on each node, where Grid_home is the location of the installed
Oracle Clusterware software.
2. (A) Run the following command as either root or the user that installed Oracle Clusterware to determine whether the node you want to delete is active and
whether it is pinned:
$ olsnodes -s t
If the node is pinned, then run the crsctl unpin css command. Otherwise, proceed to the next step.
3. (F) From any node that you are not deleting, run the following command from the Grid_home/bin directory as root to delete the node from the cluster:
# crsctl delete node -n node_to_be_deleted

References: https://docs.oracle.com/database/121/CWADD/adddelclusterware.htm#CWADD90992

QUESTION 65
Which two are characteristics of any node that is part of a Grid Plug and Play (GPnP) Domain in Oracle Clusterware?

A. It has at least two nonroutable interfaces inside the GPnP domain for the private interconnect.
B. It has at least two routable interfaces outside the GPnP domain for the public interface.
C. It has at least one routable interface inside the GPnP domain for the private interconnect.
D. It has at least one routable interface outside the GPnP domain for the public interface.
E. It has a unique identifier that is unique outside the GPnP domain.
F. It has a unique identifier that is unique inside the GPnP domain.

Correct Answer: DF
Section: (none)
Explanation

Explanation/Reference:
Explanation:
Each node participating in a GPnP domain has the following characteristics:
At least one routable interface with connectivity outside of the GPnP domain for the public interface
*A unique identifier that is unique within the GPnP domain
A personality affected by the GPnP profile, physical characteristics, and software image of the node

http://www.gratisexam.com/
References: https://docs.oracle.com/cd/E11882_01/server.112/e41360/chapter1.htm#NEWFT107

QUESTION 66
Which three statements are true concerning activation of a user-defined policy in Oracle 12c Clusterware?

A. When a policy is first created, it is initially active.


B. When a policy is activated, nodes may be reassigned to server pools based on the policy definition.
C. An administrator-defined policy may be activated using the srvctl utility.
D. When a policy is activated, resources cannot be automatically started to comply with the policy definition.
E. When a policy is first created, it is initially inactive.
F. When a policy is activated, resources can be automatically stopped to comply with the policy definition.

Correct Answer: BCE


Section: (none)
Explanation

Explanation/Reference:
Explanation:
BE: You can activate policies when necessary, prompting Oracle Clusterware to reconfigure a server pool according to each policy's configuration.
C: The following command activates the DayTime policy:
$ crsctl modify policyset -attr "LAST_ACTIVATED_POLICY=DayTime"

References: https://docs.oracle.com/database/121/CWADD/pbmgmt.htm#CWADD92594

QUESTION 67
Which three events occur when a hub node fails in an Oracle Clusterware 12c Flex Cluster?

A. The hub node is evicted from the cluster


B. Leaf nodes connected to the failing hub node are reconnected to a surviving hub node without service disruption.
C. Cluster resources running on leaf nodes connected to the failed hub node are relocated to one or more surviving hub nodes.
D. Cluster resources running on leaf nodes connected to the failed hub node are relocated to one or more surviving leaf nodes.
E. Cluster resources running on the failed hub node are relocated to one or more surviving hub nodes.
F. Cluster resources running on the failed hub node are relocated to one or more surviving leaf nodes.
G. Cluster resources running on the failed hub node are relocated to one or more surviving hub nodes or leaf nodes, or both.

Correct Answer: ABE


Section: (none)
Explanation

http://www.gratisexam.com/
Explanation/Reference:
Incorrect Answers:
F, G: Leaf Nodes are different from standard Oracle Grid Infrastructure nodes, in that they do not require direct access to shared storage, but instead request data
through Hub Nodes. Hub Nodes can run in an Oracle Flex Cluster configuration without having any Leaf Nodes as cluster member nodes, but Leaf Nodes must be
members of a cluster that includes at least one Hub Node.

Reference: https://docs.oracle.com/database/121/CWADD/bigcluster.htm#CWADD92409

QUESTION 68
Which three types of patches and upgrades are supported for Oracle Grid Infrastructure 12c?

A. in-place upgrades using the Oracle Universal Installer


B. out-of-place patching for patch bundles
C. in-place patching for patch bundles
D. out-of-place upgrades using the Oracle Universal Installer
E. in-place patching for one-off patches
F. in-place patching for patch sets

Correct Answer: ABE


Section: (none)
Explanation

Explanation/Reference:

QUESTION 69
Which statement is true concerning the installation of an Oracle Grid Infrastructure 12c patchset and its status during the installation?

A. Some grid infrastructure patchsets may not be installed in a rolling fashion.


B. They can be applied in-place.
C. When performing rolling patches, crsctl query crs softwareversion always displays the lowest version of the software running anywhere in the cluster
D. When performing rolling patches, the VIPs for the node being patched are relocated to another node.

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:

http://www.gratisexam.com/
To check the software versions on a single node or if the software version is the latest version installed in on a cluster.

You would use this option when you do the rolling upgrade.
$ crsctl query crs softwareversion [hostname]

References: https://blogs.oracle.com/myoraclediary/entry/how_to_check_clusterware_version

QUESTION 70
Which two utilities can be used to predict the consequences of a filesystem failure for the Oracle 12c Clusterware stack?

A. asmcmd
B. srvctl predict....
C. crsctl fail.
D. asmca
E. acfsutil

F. advmutil

Correct Answer: BE
Section: (none)
Explanation

Explanation/Reference:
Explanation:
B: The srvctl predict filesystem command predicts the consequences of file system failure.
E: The acfsutil info fs command displays detailed Oracle ACFS file system information, such as:
iscorrupt - 1 if the file system is corrupt, 0 if file system is not corrupt.

Incorrect Answers:
A: ASMCMD is a command-line utility that you can use to manage Oracle ASM instances, disk groups, file access control for disk groups, files and directories
within disk groups, templates for disk groups, and volumes.

C: There is no crsctl fail command.

http://www.gratisexam.com/
There is a crsctl eval fail resource command to predict the consequences of a resource, not the file system, failing.

D: Oracle ASM Configuration Assistant (ASMCA) supports installing and configuring Oracle ASM instances, disk groups, volumes, and Oracle Automatic Storage
Management Cluster File System (Oracle ACFS). In addition, you can use the ASMCA command-line interface as a non-GUI utility.

F: advmutil canonical displays the canonical name of the specified Oracle ADVM device name.
dvmutil tune displays the value of a specific Oracle ADVM parameter or sets the value of a specific Oracle ADVM parameter.
advmutil volinfo displays information about Oracle ADVM volume devices.

References:
https://docs.oracle.com/database/121/RACAD/srvctladmin.htm#sthref1656
https://docs.oracle.com/cd/E11882_01/server.112/e18951/asmfs_util010.htm#OSTMG95207

QUESTION 71
Which two types of IP address details are administered using the srvctl command for Oracle Clusterware 12c?

A. the Grid Naming Service (GNS) VIP


B. public IP addresses
C. High Available VIP (HAIP) addresses
D. Single Client Access Name (SCAN) VIPs
E. Storage Network IP addresses

Correct Answer: AD
Section: (none)
Explanation

Explanation/Reference:
Explanation:
A: To convert a cluster that is not running GNS to a GNS server cluster, run the following command as root, providing a valid IP address and a domain:
# srvctl add gns -vip IP_address -domain domain

D: Example:
1. Modify the VIP using a VIP name that resolves to IPv6 by running the following command as root:
# srvctl modify vip -node node_name -address vip_name -netnum network_number
Do this once for each node.
2. 2. Modify the SCAN using a SCAN name that resolves to IPv6 by running the following command:
$ srvctl modify scan -scanname scan_name

Incorrect Answers:
C: The oifcfg command is used configure HAIP addresses. For example:
oifcfg setif -global eth3/172.16.2.0:cluster_interconnect

http://www.gratisexam.com/
References: https://docs.oracle.com/database/121/CWADD/admin.htm#CWADD92641

QUESTION 72
Which statement is true concerning the installation of an Oracle Grid Infrastructure 12c patchset and its status during the installation?

A. Some grid infrastructure patchsets may not be installed in a rolling fashion.


B. They can be applied in-place.
C. When performing rolling patches, crsctl query crs softwareversion always displays the lowest version of the software running anywhere in the cluster
D. When performing rolling patches, the VIPs for the node being patched are relocated to another node.

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
Explanation:
To check the software versions on a single node. Software version is the lastest version installed in on an cluster.

You would use this option when you do the rolling upgrade.
$ crsctl query crs softwareversion [hostname]

References: https://blogs.oracle.com/myoraclediary/entry/how_to_check_clusterware_version

QUESTION 73
Which three statements are true about Oracle Clusterware 12c Flex Cluster architecture?

A. Each leaf node must be connected to storage shared across all cluster nodes.
B. Hub nodes require direct access to the voting disks.
C. Each leaf node must be connected to storage shared across all leaf nodes.
D. Each hub node must be connected to storage shared across all hub nodes.
E. Hub nodes require direct access to the OCR file.
F. Leaf nodes require direct access to the voting disks.

Correct Answer: BED


Section: (none)
Explanation

Explanation/Reference:
Explanation:

http://www.gratisexam.com/
BE: In Oracle Flex Cluster, only Hub nodes will have direct access to the OCR/Voting disks.
D: The Leaf nodes are different from the Hub nodes. They dont need to have direct access to the underlying storage; rather they access the storage/data through
Hub nodes.

References: http://allthingsoracle.com/oracle-database-12c-new-features-part-3/

QUESTION 74
Which three statements are true concerning node evictions and reboots performed by Oracle Clusterware 12c?

A. All node evictions require that the evicted node or nodes be rebooted.
B. A node whose performance is severely degraded can be evicted.
C. The OCSSD process may evict a node after an escalation request from a database instance LMON process.
D. The CSSDMONITOR process can request a node eviction.
E. The OCLSKD process is used for node eviction requests originating on the node to be evicted.
F. The reboot advisory broadcasts reboot decisions only over the interconnect.

Correct Answer: BDE


Section: (none)
Explanation

Explanation/Reference:
Explanation:
D: The cssdagent and cssdmonitor provide the following services to guarantee data integrity:
Monitors the CSS daemon; if the CSS daemon stops, then it shuts down the node
Monitors the node scheduling to verify that the node is not hung, and shuts down the node on recovery from a hang.

Note If the Oracle Clusterware itself is working perfectly but one of the RAC instances is hanging , the database LMON process will request a member kill
escalation and ask the CSS process to remove the hanging database instance from the cluster.
On a Linux/Unix system CSS consists of ocssd.bin, cssdmonitor, and cssdagent.

E: Cluster kill daemon (oclskd) handles instance/node evictions requests that have been escalated to the Cluster Synchronization Service (CSS).

Incorrect Answers:
C: Ocssd manages cluster node membership and runs as the oracle user; failure of this process results in a node restart.

QUESTION 75
Which three statements are true about Server Categorization in Oracle 12c Clusterware?

A. All server attributes that may be used to determine the server category are discovered automatically by Oracle Clusterware.
B. Different Hub nodes in a flex cluster may belong to separate administrator-defined categories.

http://www.gratisexam.com/
C. All hub nodes in a flex cluster belong to the same Oracle-supplied category.
D. A server may be added to only one category using the crsctl utility.
E. All leaf nodes in a flex cluster belong to the same Oracle-supplied category.
F. All server attributes used for categorization are administrator modifiable.

Correct Answer: CEF


Section: (none)
Explanation

Explanation/Reference:
Explanation:
CE: The SERVER_CATEGORY is the name of a registered server category, used as part of server categorization. Oracle Clusterware standard Clusters and
Oracle Flex Clusters have default categories of hub and leaf.

F: Server Category Attributes


You define servers into named categories, and assign attributes that define servers as members of that category. Some attributes that you can use to define
members of a category describe the state conditions for the server, and others describe the physical characteristics of the server. You can also create your own
characteristics to define servers as members of a particular category.

References: https://docs.oracle.com/database/121/CWADD/pbmgmt.htm#CWADD92638

QUESTION 76
When using Oracle 12 Clusterware, which two actions are required to repair the ocr.loc file on host01 in a cluster having three other nodes called host02, host03,
and host04?

A. Run ocr.config repair on another node in the cluster to repair the ocr.loc file on host01
B. Stop the clusterware stack on host01 only.
C. Stop the clusterware stack on all cluster nodes.
D. Run ocrconfig repair on host01.
E. Stop the clusterware stack on host01 and on the node used to issue the ocrconfig repair command.

Correct Answer: BD
Section: (none)
Explanation

Explanation/Reference:
Explanation:
B: You cannot repair the OCR configuration on a node on which the Oracle Cluster Ready Services daemon is running.

D: When you repair OCR on a stopped node using ocrconfig -repair, you must provide the same OCR file name (which should be case-sensitive) as the OCR file

http://www.gratisexam.com/
names on other nodes.

Reference: https://docs.oracle.com/cd/E11882_01/rac.112/e41959/votocr.htm#CHDJJDEF

QUESTION 77
Which two methods exist for enabling the collection of additional resource debugging information for specific resources controlled by Oracle 12c Clusterware?

A. Use the cluvfy comp command for the specific resource within a component.
B. Use the crsctl set trace res resource_name=debugging_level command.
C. Use the crsctl set log res resource_name=debugging_level command.
D. Set the environment variable _USA_ORA_DEBUG=1 and then stop and restart the resource that requires resource debugging data to be collected.

Correct Answer: BC
Section: (none)
Explanation

Explanation/Reference:
Explanation:
B: You can enable tracing for Oracle Clusterware resources by running the crsctl set trace command, using the following syntax:
crsctl set trace module_name "component_name=tracing_level,..."

C: The crsctl syntax to enable debugging for resources is:


crsctl debug log res "resname:1"

Incorrect Answers:
A: Cluster Verification Utility (CVU) performs system checks in preparation for installation, patch updates, or other system changes. Using CVU ensures that you
have completed the required system configuration and preinstallation steps so that your Oracle Grid Infrastructure or Oracle Real Application Clusters (Oracle RAC)
installation, update, or patch operation, completes successfully.

D: There is no USA_ORA_DEBUG environment variable.

References: https://docs.oracle.com/cd/E11882_01/rac.112/e41959/crsref.htm#CWADD526

http://www.gratisexam.com/

Vous aimerez peut-être aussi