Hi,
Oracle's Transparent Application Failover (TAF) has a nice feature that can be used to inform the application of a delay in case of a failover.
ODP.NET supports TAF callback through the Failover event of the OracleConnection object.
My questions are:
- How does LLBLGen's generated framework handle this feature?
- Are TAF callbacks made available in LLBLGen's generated framework (using Adapter)?
Regards,
Stephen