What is Server-side Transparent Application Failover (TAF) and how do I use it?
Oracle Database 10g Release 2, introduces server-side TAF when using services. After you create a service, you can use the dbms_service.modify_service pl/sql procedure to define the TAF policy for the service. Only the basic method is supported. Note this is different than the TAF policy (traditional client TAF) that is supported by srvctl and EM Services page. If your service has a server side TAF policy defined, then you do not have to encode TAF on the client connection string. If the instance where a client is connected, fails, then the connection will be failed over to another instance in the cluster that is supporting the service. All restrictions of TAF still apply. NOTE: both the client and server must be 10.2 and aq_ha_notifications must be set to true for the service.
Related Questions
- Does Transparent Application Failover work without Oracle Real Application Clusters and Oracle Parallel Server?
- Does Transparent Application Failover (TAF) support SELECT failover of queries using bind variables?
- How does TAF (Transparent Application Failover) fail over end user connections transparently?