dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleFailoverState Enumeration

OracleFailoverState Enumeration
Syntax
'Declaration
 
Public Enum OracleFailoverState 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
 
Members
MemberDescription
AbortIndicates that failover was unsuccessful and there is no option to retry.
BeginIndicates that failover has detected a lost connection and failover is starting.
EndIndicates successful completion of failover.
ErrorIndicates that an error occurred while trying to re-establish a connection.
ReauthIndicates that an user handle has been re-authenticated.
UnknownUnknown stage is detected. This may indicate application failover internal error.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Devart.Data.Oracle.OracleFailoverState

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also