Transparent application failover (TAF):
A feature in Net8 to seamlessly move a user’s session from one instance to another when the original instance fails.
Transparent application failover (TAF) ensures that in-progress transactions can be immediately resumed whenever an Oracle database instance becomes unavailable due to a lost network connection.
TAF can hide the connection failures from end-users, and preserve the existing state of their applications when the connection has failed. TAF also provides the ability to resume queries that were in progress at the time of the failure. TAF automatically logs a user in with the same user ID as was used prior to failure. If multiple users were using the connection, TAF
automatically logs them in as they attempt to process database commands. Unfortunately, TAF cannot automatically restore other session properties. Look at the following MouseOver to see the configuration of the tnsnames.ora file needed to implement TAF.
Configuring Transparent Application - Failover
The SELECT type of failover requires storage of query results on the client side, where the SESSION type of failover requires no client side activity. The next lesson wraps up the module.