FireDAC.Phys.Oracle.TFDOracleStartupOperations

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TFDOracleStartupOperations = set of TFDOracleStartupOperation;

C++

typedef System::Set<TFDOracleStartupOperation, TFDOracleStartupOperation::stoStart, TFDOracleStartupOperation::stoOpenPDB> TFDOracleStartupOperations;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
set
typedef
public
FireDAC.Phys.Oracle.pas
FireDAC.Phys.Oracle.hpp
FireDAC.Phys.Oracle FireDAC.Phys.Oracle


Beschreibung

Menge von Startoperationen für eine Oracle-Datenbankinstanz.

Unterstützte Startoperationen:

Konstante Beschreibung
stoStart Beginnt (EN) eine Oracle-Datenbankinstanz.
stoMount Stellt (EN) eine Datenbank bereit.
stoStart Öffnet (EN) eine Datenbank.
stoOpenPDB Öffnet eine "pluggable" Datenbank (PDB) (EN).

Siehe auch