exam questions

Exam 1z0-078 All Questions

View all questions & answers for the 1z0-078 exam

Exam 1z0-078 topic 1 question 61 discussion

Actual exam question from Oracle's 1z0-078
Question #: 61
Topic #: 1
[All 1z0-078 Questions]

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?

  • A. Transparent Application Failover (TAF) using Fast Application Notification (FAN)
  • B. Transparent Application Failover (TAF)
  • C. Fast Connection Failover (FCF)
  • D. Fast Connection Failover (FCF) with Transparent Application Failover (TAF)
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
shaw2000
1 day ago
Selected Answer: C
• Fast Connection Failover (FCF) is a client-side feature, typically implemented through a connection pool (like Universal Connection Pool - UCP), that subscribes to these FAN events. This allows the connection pool manager to proactively remove stale connections and quickly establish new ones to a surviving instance when an event occurs, rather than waiting for an application to attempt to use a broken connection and time out.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...