OBJECT

OraclePdbApplicationContainer

Description

Supported in v8.0+

link GraphQL Schema definition

  • type OraclePdbApplicationContainer {
  • # Required. Supported in v8.0+
  • # Names of the application PDBs that belong to this application container.
  • applicationPdbs: [String!]!
  • # Required. Supported in v8.0+
  • # Name of the application root PDB.
  • applicationRoot: String!
  • }