| Overload | Description |
|---|---|
| Startup() | Starts a database instance using the server-side parameter file. |
| Startup(OracleStartupMode) | Starts a database instance using the server-side parameter file and the specified startup mode. |
| Startup(OracleStartupMode,OraclePdbOpenMode) | 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. |
| Startup(OracleStartupMode,String,Boolean) | Starts a database instance using the client-side parameter file. |