FireDAC.Phys.Oracle.TFDOracleAdmin.Startup

From RAD Studio API Documentation
Jump to: navigation, search

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):

  1. Define the target PDB in the PluggableDB property.
  2. Configure the StartupOperations to include the stoOpenPDB step.
  3. Call Startup.

See Also