OBJECT

OracleDirectoryPaths

Description

The directory paths of the Oracle database.

link GraphQL Schema definition

  • type OracleDirectoryPaths {
  • # Directory paths of the archived redo logs of the Oracle database.
  • archiveDests: String!
  • }