1Z0-068 · Question #93
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…
The correct answer is A. Connections to the database using erp benefit from Application Continuity. D. Connections to the database using erp benefit from Load Balancing. E. Connections to the database using erp benefit from Transaction Guard. 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…
Question
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
- AConnections to the database using erp benefit from Application Continuity.
- Berp is configured for an administrator-managed RAC database.
- CLoad Balancing Advisory (LBA) will be disabled for this service.
- DConnections to the database using erp benefit from Load Balancing.
- EConnections to the database using erp benefit from Transaction Guard.
How the community answered
(20 responses)- A80% (16)
- B15% (3)
- C5% (1)
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 https://docs.oracle.com/database/121/RACAD/srvctladmin.htm#RACAD5050
Topics
Community Discussion
No community discussion yet for this question.