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

In This Topic
    OracleStartupMode Enumeration
    In This Topic
    Specifies the database startup mode.
    Syntax
    'Declaration
     
    Public Enum OracleStartupMode 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    Members
    MemberDescription
    DefaultStarts the database with access allowed for all users.
    ForceShuts down a running instance in OracleShutdownMode.Abort mode and starts a new instance.
    RestrictStarts the database with access allowed only for users with the CREATE SESSION and RESTRICTED SESSION privileges.
    Inheritance Hierarchy

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

    See Also