FireDAC.Phys.Oracle.TFDOracleStartupOperations
Delphi
type TFDOracleStartupOperations = set of (stoStart, stoMount, stoOpen, stoOpenPDB);
C++
typedef System::Set<Firedac_Phys_Oracle__2, Firedac_Phys_Oracle__2::stoStart, Firedac_Phys_Oracle__2::stoOpenPDB> TFDOracleStartupOperations;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
set typedef  | 
		public | FireDAC.Phys.Oracle.pas FireDAC.Phys.Oracle.hpp  | 
        FireDAC.Phys.Oracle | FireDAC.Phys.Oracle | 
Description
Set of startup operations for an Oracle database instance.
The supported startup operations are the following:
| Constant | Description | 
|---|---|
stoStart
 | 
Starts an Oracle database instance. | 
stoMount
 | 
Mounts a database. | 
stoStart
 | 
Opens a database. | 
stoOpenPDB
 | 
Opens a pluggable database (PDB). |