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 _
) 
 

Parameters

startupMode
One of the OracleStartupMode values.
pdbOpenMode
One of the OraclePdbOpenMode values.
See Also