'Declaration Public Enum OracleStartupMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum OracleStartupMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum OracleStartupMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum OracleStartupMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Default | Starts the database with access allowed for all users. |
Force | Shuts down a running instance in OracleShutdownMode.Abort mode and starts a new instance. |
Restrict | Starts the database with access allowed only for users with the CREATE SESSION and RESTRICTED SESSION privileges. |
System.Object
System.ValueType
System.Enum
Devart.Data.Oracle.OracleStartupMode