OBJECT
OraclePdb
Description
An Oracle Pluggable Database.
link GraphQL Schema definition
- type OraclePdb {
- # The Container ID for the Oracle Pluggable Database.
- Long! :
- # Name of the Pluggable Database.
- String! :
- # The DBID of the Oracle database.
- Long! :
- # The open mode of the Pluggable Database.
- OraclePdbOpenMode! :
- # Indicates whether the Pluggable Database is the application root.
- Boolean! :
- # Indicates whether the Pluggable Database belongs to an application container.
- Boolean! :
- # The ID of the application container to which the Pluggable Database belongs.
- Long! :
- }