dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDatabase Class / Startup Method / Startup(OracleStartupMode) Method
One of the OracleStartupMode values.

In This Topic
    Startup(OracleStartupMode) Method
    In This Topic
    Starts a database instance using the server-side parameter file and the specified startup mode.
    Syntax
    'Declaration
     
    Public Overloads Sub Startup( _
       ByVal startupMode As OracleStartupMode _
    ) 
    public void Startup( 
       OracleStartupMode startupMode
    )

    Parameters

    startupMode
    One of the OracleStartupMode values.
    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