FireDAC.Phys.Oracle.TFDOracleStartupOperations
Delphi
TFDOracleStartupOperations = set of TFDOracleStartupOperation;
C++
typedef System::Set<TFDOracleStartupOperation, TFDOracleStartupOperation::stoStart, TFDOracleStartupOperation::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). |