Startup and shutdown options for the pluggable database (PDB)

You can specify Startup and Shutdown options for the PDB resources that are configured.

Table: Startup options for PDB lists the startup options that the agent supports in the PDB.

Table: Startup options for PDB

Options

Description

STARTUP

Runs the command STARTUP PLUGGABLE DATABASE <pdbname>; if the pdbname is configured.

STARTUP_FORCE

Runs the command STARTUP PLUGGABLE DATABASE <pdbname> FORCE; if the pdbname is configured.

RESTRICTED

Runs the command STARTUP PLUGGABLE DATABASE <pdbname> RESTRICT; if the pdbname is configured.

OPEN_RO

Runs the command STARTUP PLUGGABLE DATABASE <pdbname> OPEN READ ONLY; if the pdbname is configured.

During offline, shutdown of individual PDB will be attempted by running shutdown immediate.

See Recommended startup modes for pluggable database (PDB) based on container database (CDB) startup modes.

Migrating Pluggable Databases (PDB) between Container Databases (CDB)