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.

Startup(OracleStartupMode,String,Boolean) Method
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.
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