1Z0-068 · Question #90
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…
The correct answer is C. Transparent Application Failover (TAF) using Fast Application Notification (FAN). 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…
Question
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?
Options
- AFast Connection Failover (FCF) with Transparent Application Failover (TAF)
- BTransparent Application Failover (TAF)
- CTransparent Application Failover (TAF) using Fast Application Notification (FAN)
- DFast Connection Failover (FCF)
How the community answered
(25 responses)- A8% (2)
- B4% (1)
- C84% (21)
- D4% (1)
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. https://docs.oracle.com/cd/B28359_01/java.111/e10788/rac.htm
Topics
Community Discussion
No community discussion yet for this question.