Free 1Z0-068 Exam Dumps

Question 6

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?

Correct Answer:ADE
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.

Question 7

Which three statements are true about using ADVM volumes and mounting ACFS file systems from leaf nodes in a Flex Cluster? (Choose three.)

Correct Answer:BEF

Question 8

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?

Correct Answer:AC
A: Increasing sequence caches improves instance affinity to index keys deriving their values from sequences. That technique may result in significant performance gains for multi-instance insert-intensive applications.
C: When creating sequences for a RAC environment, DBAs should use the noorder keyword to avoid an additional cause of SQ enqueue contention that is forced ordering of queued sequence values. In RAC, a best practice is to specify the “noordered” clause for a sequence. With a non-ordered sequence, a global lock not required by a node whenever you access the sequence.

Question 9

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?

Correct Answer:ACE

Question 10

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

Correct Answer:BE
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.