FireDAC.Phys.Oracle.TFDOracleAdmin.Startup
Delphi
procedure Startup;
C++
void __fastcall Startup();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FireDAC.Phys.Oracle.pas FireDAC.Phys.Oracle.hpp |
FireDAC.Phys.Oracle | TFDOracleAdmin |
Description
Starts the specified Oracle database instance performing the specified startup steps and using the specified startup flags.
You may optionally define a text initialization parameter file to use.
Opening a Pluggable Database
To open a pluggable database (PDB):
- Define the target PDB in the PluggableDB property.
- Configure the StartupOperations to include the stoOpenPDB step.
- Call Startup.