FireDAC.Phys.Oracle.TFDOracleAdmin
Delphi
TFDOracleAdmin = class(TFDPhysDriverService)
C++
class PASCALIMPLEMENTATION TFDOracleAdmin : public Firedac::Phys::TFDPhysDriverService
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FireDAC.Phys.Oracle.pas FireDAC.Phys.Oracle.hpp |
FireDAC.Phys.Oracle | FireDAC.Phys.Oracle |
Description
FireDAC service to manage an Oracle database instance.
To configure an instance of TFDOracleAdmin to manage an Oracle database instance, you must fill the following properties:
Startup and Shutdown allow you to start or stop an Oracle instance database, or to open or close a pluggable database (PDB).
Use PFile, StartupOperations and StartupFlags to configure the startup process.
Use ShutdownOperations and ShutdownMode to configure the shutdown process.