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

Parameters

startupMode
One of the OracleStartupMode values.
See Also