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

    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