dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDatabase Class / Startup Method / Startup(OracleStartupMode,String,Boolean) Method
One of the OracleStartupMode values.
The full name of the client-side parameter file.
Specifies whether the database should be mounted and opened. If this parameter is false, the database must be mounted and opened explicitly by the application.

In This Topic
Startup(OracleStartupMode,String,Boolean) Method
In This Topic
Starts a database instance using the client-side parameter file.
Syntax
'Declaration
 
Public Overloads Sub Startup( _
   ByVal startupMode As OracleStartupMode, _
   ByVal pfile As String, _
   ByVal mountAndOpen As Boolean _
) 
 

Parameters

startupMode
One of the OracleStartupMode values.
pfile
The full name of the client-side parameter file.
mountAndOpen
Specifies whether the database should be mounted and opened. If this parameter is false, the database must be mounted and opened explicitly by the application.
See Also