dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnection Class / Failover Event

In This Topic
Failover Event
In This Topic
Occurs when Oracle Failover mechanism takes place.
Syntax
'Declaration
 
Public Event Failover As OracleFailoverEventHandler
 
Remarks
Use this event to transparently reconnect to another Oracle server when the current server crashes.
See Also