'Declaration Public Overloads Sub Startup( _ ByVal startupMode As OracleStartupMode, _ ByVal pfile As String, _ ByVal mountAndOpen As Boolean _ )
public void Startup( OracleStartupMode startupMode, string pfile, bool mountAndOpen )
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.