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

In This Topic
    Startup(OracleStartupMode,OraclePdbOpenMode) Method
    In This Topic
    Starts a database instance using the server-side parameter file and the specified startup mode and the specified PDB opening mode. This method can be used only for Oracle 12c and higher.
    Syntax
    'Declaration
     
    Public Overloads Sub Startup( _
       ByVal startupMode As OracleStartupMode, _
       ByVal pdbOpenMode As OraclePdbOpenMode _
    ) 
    public void Startup( 
       OracleStartupMode startupMode,
       OraclePdbOpenMode pdbOpenMode
    )

    Parameters

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