FireDAC.Phys.Oracle.TFDOracleAdmin.Shutdown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Shutdown;

C++

void __fastcall Shutdown(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.Oracle.pas
FireDAC.Phys.Oracle.hpp
FireDAC.Phys.Oracle TFDOracleAdmin

Description

Stops the specified Oracle database instance performing the specified shutdown steps and using the specified shutdown mode.

Closing a Pluggable Database

To close a pluggable database (PDB):

  1. Define the target PDB in the PluggableDB property.
  2. Configure the ShutdownOperations to include the shoClosePDB step.
  3. Call Shutdown.

See Also