Labour Day Special Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

Oracle 1z0-068 Oracle Database 12c: RAC and Grid Infrastructure Administration Exam Practice Test

Note! Following 1z0-068 Exam is Retired now. Please select the alternative replacement for your Exam Certification. The new exam code is 1z0-078
Page: 1 / 15
Total 152 questions

Oracle Database 12c: RAC and Grid Infrastructure Administration Questions and Answers

Question 1

Which three options have a RAC-specific tuning component?

Options:

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

Question 2

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?

Options:

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.

Question 3

Which two actions guarantee that time is synchronized properly on all nodes in a cluster after installing Oracle Grid Infrastructure 12c? (Choose two.)

Options:

A.

Configure network time protocol (NTP) on all cluster nodes, and then start the Oracle Cluster Time Synchronization Service (CTSSD) in active mode on all cluster nodes.

B.

Configure network time protocol (NT P) on all cluster nodes; Oracle Cluster Time Synchronization Service (CTSSD) will then start automatically in observer mode when the clusterware is started.

C.

Deactivate network time protocol (NTP) on all cluster nodes; Oracle Cluster Time Synchronization Service (CTSSD) will then start automatically in active mode when the clusterware is started.

D.

If network time protocol (NT P) is not configured properly on all cluster nodes, then Oracle Cluster Time Synchronization Service (CTSSD) will start automatically in active mode when the clusterwareis started.

E.

If network time protocol (NTP) time servers are unreachable on any cluster node, then Oracle CTSSD Time Synchronization Service (CTSSD) will start automatically in active mode when the clusterware is started.

Question 4

Examine this command:

SQL> CREATE DISKROUP data NORMAL REDANDUNCY:

FAILGROUP fgrp1 DISK

‘/dev/disk1’ NAME disk1,

‘/dev/disk2’ NAME disk2,

‘/dev/disk3’ NAME disk3,

FAILGROUP fgrp2 DISK

‘/dev/disk4’ NAME disk4,

‘/dev/disk5’ NAME disk5,

‘/dev/disk6’ NAME disk6,

FAILGROUP fgrp3 DISK

‘/dev/disk7’ NAME disk7,

‘/dev/disk8’ NAME disk8,

‘/dev/disk9’ NAME disk9,

ATTRIBUTE ‘au_size’=’4M’,

‘compatible.asm’ = ’11.2’,

‘compatible.rdbms’ = ’11.2’,

‘compatible.advm’ = ’11.2’,

‘content_type’ = ‘recovery’;

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

Options:

A.

Each disk in each of the three fail groups is a mirror of the corresponding disk of the other two failure groups.

B.

Files 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.

Question 5

Which two statements are true about Oracle Clustered ASM performance? (Choose two.)

Options:

A.

Data files, redo logs, and RMAN backup pieces must be stored in different ASM disk groups for optimal performance.

B.

All ASM Disks belonging to a disk group should have the same hardware specifications and storage attributes for optimal performance.

C.

To improve performance a database must have two disk groups; one for data and one for the fast recovery area.

D.

Hardware-based mirroring combined with ASM mirroring guarantees optimal performance.

E.

All ASM Disks belonging to a disk group should be of the same size for optimal performance.

Question 6

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

Options:

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.

Question 7

Which two types of network adapters are required in which quantity in order to comply with Oracle recommendations for hardware in a cluster? (Choose two.)

Options:

A.

at least one for the public network

B.

at least one for the storage network

C.

at least one for the interconnect

D.

at least two for the public network

E.

at least two for the storage network

F.

at least two for the interconnect

Question 8

Which two statements are true about ASM default templates?

Options:

A.

Default data file templates are only created by ASM when a normal redundancy disk group is created.

B.

Default template settings for redundancy depends on the disk group redundancy.

C.

Default templates for a disk group can be modified.

D.

Default template setting for striping depends on disk group redundancy.

E.

Templates may be shared across disk groups.

Question 9

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

Instances RACDB_1 and RACDB_2 run on host01 and host02, respectively.

Which three statements are true regarding the service erp?

Options:

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.

Question 10

Examine this command:

$ srvctl modify service -db RACDB -service SRVBl -clbgoal LONG

This three-Instance RAC database uses Flex ASM.

Which two statements are true regarding server-side connect-time load balancing using SCAN listeners for this service? (Choose two.)

Options:

A.

It is enabled only when LOAD_BALANCE=YES is coded in the client-side TNS entry used by the client.

B.

The SCAN listeners redirect clients to the node listener serving the instance that has the fewest sessions for the SRVB1 service.

C.

The SCAN listeners automatically balance the connections across the instances accepting logins for the SRVB1 service.

D.

It is disabled because the -c1bgoal attribute is set to LONG.

E.

The SCAN listeners redirect clients to the node listener serving the instance that has the fastest response time for the SRVB1 service.

Question 11

Which three statements are true about Oracle 12c multitenant RAC databases created using the Database Configuration Assistant (DBCA) on a cluster from a RAC database home? (Choose three.)

Options:

A.

They are automatically configured to use Enterprise Manager Express.

B.

They have their pluggable databases (PDBs) opened in each container database (CDB) instance automatically after CDB creation.

C.

They can be policy managed.

D.

They can be administrator managed.

E.

They have a unique service name created for each pluggable database (PDB) automatically registered as a cluster service resource.

F.

They can have multiple pluggable databases (PDB) when the container database (CDB) is created.

Question 12

Examine these commands:

srvctl add service -db RACDB -service CRM -preferred RACDB_1 -available RACDB_2 -

tafpolicy preconnect

srvcl start service -db RACDB -service CRM

Instances RACDB_1 and RACDB_2 run on host0l and host02, respectively.

This is the only TNS entry in the client side tnsnames.ora:

CRM =

(DESCRIPTION =(FAILOVER=ON) (LOAD_BALANCE=ON)

(ADDRESS= (PROTOCOL=TCP) (HOST=host0l-VIP.example.com)(PORT=1521))

(ADDRESS= (PROTOCOL=TCP) (HOST=host02-VIP.example.com)(PORT=1521))

(CONNECT_DATA = (SERVICE_NAME = CRM)

(FAILOVER_MODE = (BACKUP=CRM_PRECONNECT)

(TYPE=SESSION)(METHOD=PRECONNECT))))

Which statement is true regarding the TAF settings?

Options:

A.

Clients using this configuration fail over and restart any active queries automatically.

B.

Clients using this configuration fail over and restart any active transactions automatically.

C.

This configuration will work only for a policy-managed RAC database.

D.

The configuration is incomplete because the TNS entry for the preconnected backup session is missing.

Question 13

Examine this command:

SQL> CREATE PLUGGABLE DATABASE pdb3 FROM pdb1;

Which three conditions must be true for successful execution of this command on a RAC database? (Choose three.)

Options:

A.

It can be executed only by a common user with the CREATE PLUGGABLE DATABASE system privilege connected to the root container.

B.

The source PDB must use a global temporary tablespace.

C.

The source PDB must be in READ ONLY mode on all CDB instances.

D.

Oracle Managed Files must be enabled or PDB_FILE_NAME_CONVERT must be set.

E.

All running CDB instances must be open in restricted mode.

F.

The source PDB must be closed on the CDB instance from where the command is executed.

Question 14

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

Which two statements are true?

Options:

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.

Question 15

Which two commands will stop the Oracle High Availability Services (OHAS) and prevent it from starting automatically at system boot on the local node? (Choose two.)

Options:

A.

crsctl stop crs

B.

crsctl stop cluster

C.

crsctl disable crs

D.

crsctl config crs

Question 16

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?

Options:

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.

Question 17

Which method can be used to convert a single-instance Oracle 12c Database to a RAC Database?

Options:

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.

Question 18

Which two statements are true concerning Oracle Enterprise Manager Cloud Control Cluster Database performance pages? (Choose two.)

Options:

A.

The Interconnects page shows the load contributed by database instances on the public network.

B.

The Interconnects page shows the load contributed by database instances on the private interconnect and the public network.

C.

The Interconnects page shows throughput contributed by individual sessions on the private interconnect.

D.

The Cluster Cache Coherency page shows which block classes are subject to intense global cache activity.

E.

The Cluster Cache Coherency page shows which instances are responsible for intense global cache activity.

Question 19

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

Options:

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.

Question 20

You are installing Oracle Grid Infrastructure 12c and configuring a Flex Cluster?

Which two elements are required to support this configuration? (Choose two.)

Options:

A.

a Grid Management Repository database

B.

a network interface for ASM and private interconnect traffic

C.

a network interface for private interconnect only

D.

a network interface for the public network

E.

a Grid Management Cluster Health Management (CHM) application server

Question 21

Which three components are integral parts of High Availability NFS (HANFS)?

Options:

A.

Application VIP

B.

DHCP

C.

ExportFS

D.

HAVIP

E.

NFS

F.

HAIP

Question 22

Identify two reasons for the gc current block busy wait event. (Choose two.)

Options:

A.

A block is busy in the local cache.

B.

A block is busy in the remote cache.

C.

The Cluster Interconnect is congested.

D.

Either the local or remote CPUs have too large a run queue.

Page: 1 / 15
Total 152 questions