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

OracleFailoverType Enumeration
Syntax
'Declaration
 
Public Enum OracleFailoverType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
 
Members
MemberDescription
NoneIndicates that the user not requested any failover type.
SelectIndicates that the user requested select failover.
SessionIndicates that the user requested only session failover.
TransactionIndicates that the user requested transaction failover.
UnknownUnknown type is detected. This may indicate application failover internal error.
Inheritance Hierarchy

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

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