Return status information of a PDB
get
/database/pdbs/{pdb_name}/status
Returns status data from GV$PDBS for the specified database in the corresponding Container Database. This service requires db.cdb.adminUser credentials to be set in the pool configuration. A client requires SQL Administrator role to invoke this service.
Request
Path Parameters
-
pdb_name(required): string
Name of the Pluggable Database.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Description of a specific Pluggable Database.
Root Schema : DatabasePluggableDatabaseStatusItem
Type:
objectThis object describes the status of a Pluggable Database.
Show Source
-
con_id: integer
The ID of the container to which the data pertains.
-
inst_id: integer
Instance number from which the associated GV$PDBS view information was obtained.
-
links: array
links
-
name: string
Name of the PDB.
-
open_mode: string
Open mode information.
-
restricted: string
Indicates whether only users possessing RESTRICTED SESSION privilege can connect to the PDB.