OBJECT

OracleLogBackupConfig

Description

Oracle log backup configuration for an Oracle object.

link GraphQL Schema definition

  • type OracleLogBackupConfig {
  • # Log backup frequency, in minutes, of the Oracle object.
  • logBackupFrequencyMin: Int!
  • # Log retention, in hours, of the Oracle object.
  • logRetentionHours: Int!
  • # Host log retention, in hours, of the Oracle object.
  • hostLogRetentionHours: Int!
  • }

link Require by