Change the state of a PDB

post

/database/pdbs/{pdb_name}/status

Changes the state of a pluggable database.

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : schema
Type: object
Show Source
  • If defined, the response will contain a JSON object with the information of the script that was generated for execution. The change of state does not happen.
  • Allowed Values: [ "IMMEDIATE", "NORMAL", "READ ONLY", "READ WRITE", "RESTRICTED" ]
    Extra options for opening and closing a PDB.
  • Allowed Values: [ "OPEN", "CLOSE" ]
    The target state of the PDB.
Back to Top

Response

Supported Media Types

200 Response

The response will indicate the successful execution of a series of PL/SQL statements, or return a set of PL/SQL statements that could be executed to create a pluggable database.
Body ()
Root Schema : RESTSQLCollection
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : SQLItem
Type: object
Show Source
Nested Schema : response
Type: array
Show Source
Back to Top