OBJECT
OraclePdbDetails
Description
Supported in v8.0+
link GraphQL Schema definition
- type OraclePdbDetails {
- # Required. Supported in v8.0+
- # List of application containers attached to the CDB.
- OraclePdbApplicationContainer!]! : [
- # Required. Supported in v8.0+
- # Names of the PDBs attached directly to the CDB.
- String!]! : [
- }