Re: TAF and FCF together ?
- From: "kuassi.mensah@xxxxxxxxx" <kuassi.mensah@xxxxxxxxx>
- Date: 14 Sep 2006 13:28:32 -0700
TAF is an OCI feature exposed to Java through JDBC-OCI; the driver type
independent failover solution (works for both Thin and OCI) is FCF
which is based on RAC events.
Here is a brief comparison of the two (sorry for the display/layout).
FCF TAF
================== ===========================
Works for Both Client-side drivers Works only for JDBC-OCI
Rapid Node/Service Failure Rapid Node/Service Failure
Detection Detection
Connection Retry by Application Transparent Connection Retry
or Container and Query Retry
In-Flight Transactions Automatically Application must Roll
Rolled Back Back and notify TAF
Supports Dynamic Work Load No Support for Work Load
Balancing Balancing
I discuss Implicit Connection Cache, TAF, FCF and Runtime Connection
Load-Balancing in more details in chapter 7 in my book.
Kuassi,
http://db360.blogspot.com/2006/08/oracle-database-programming-using-java_01.html
vissuyk@xxxxxxxxx wrote:
Hi All,
I am desperately trying to find answers on how to use these two
technologies togther. As per Oracle docs, I cant use them together -
unless I am misreading it.
Could anyone suggest how I might accomplish these two together in my
application. I can use thin or thick application.
With thick we can get TAF. With thin we can get FCF (fast connection
failover).
Thanks
Vissu
.
- Follow-Ups:
- Re: TAF and FCF together ?
- From: joeNOSPAM@xxxxxxx
- Re: TAF and FCF together ?
- References:
- TAF and FCF together ?
- From: vissuyk
- TAF and FCF together ?
- Prev by Date: Can I limit the number or records to return given a condition?
- Next by Date: Re: ORA-12052: cannot fast refresh materialized view
- Previous by thread: Re: TAF and FCF together ?
- Next by thread: Re: TAF and FCF together ?
- Index(es):
Relevant Pages
|