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