TAFMode

This property configures Transparent Application Failover behavior on the connection.

Declaration

// C#
public OracleTAFMode TAFMode

Remarks

Applications set this property on the connection to configure TAF behavior. The set value is only considered for the first pooled connection, which is then cached for the pool. Subsequent connections ignore the set value and instead use the cached value.

To use a new value, applications must call ClearPool() or ClearAllPools() to remove the cached OracleTAFMode value from the pool. The reset pool can then use the newly provided value.