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

In This Topic
    OracleFailoverState Enumeration
    In This Topic
    Syntax
    'Declaration
     
    Public Enum OracleFailoverState 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum OracleFailoverState : System.Enum, 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

    See Also