Enum oracle::StartupMode [−][src]
pub enum StartupMode { Force, Restrict, }
Expand description
Database startup mode
Variants
Shuts down a running instance (if there is any) using ABORT before starting a new one. This mode should be used only in unusual circumstances.
Allows database access only to users with both the CREATE SESSION and RESTRICTED SESSION privileges (normally, the DBA).
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StartupMode
impl Send for StartupMode
impl Sync for StartupMode
impl Unpin for StartupMode
impl UnwindSafe for StartupMode
Blanket Implementations
Mutably borrows from an owned value. Read more