See Also

OracleConnection Class  | OracleConnection Members

Language

Visual Basic

C#

Show All

See AlsoLanguagesDevart.Data.OracleSend comments on this topic.

Failover Event

Devart.Data.Oracle Namespace > OracleConnection Class : Failover Event

Occurs when Oracle Failover mechanism takes place.

[Visual Basic]
Public Event Failover() As OracleFailoverEventHandler
[C#]
public event OracleFailoverEventHandler Failover();

Event Data

The event handler receives an argument of type OracleFailoverEventsArgs containing data related to this event. The following OracleFailoverEventsArgs properties provide information specific to this event.

PropertyDescription
RetryGives the ability to retry connection to another Oracle server in case if previous reconnection failed.
StateRepresents Transparent Application Failover stage.
TypeSpecifies the type of failover.

Remarks

Use this event to transparently reconnect to another Oracle server when the current server crashes.

See Also

OracleConnection Class  | OracleConnection Members

 

 


© 2002 - 2013 Devart. All Rights Reserved.