OBJECT

OracleConfig

Description

The SLA Domain configuration for Oracle database.

link GraphQL Schema definition

  • type OracleConfig {
  • # Frequency value for log backups of Oracle databases.
  • frequency: Duration
  • # Specifies the duration for which the logs will be retained.
  • logRetention: Duration
  • # Specifies the duration for which the archived redo logs will be retained.
  • hostLogRetention: Duration
  • }