INPUT_OBJECT

OracleExportInfo

Description

Additional info for EXPORT_ORACLE jobs.

link GraphQL Schema definition

  • input OracleExportInfo {
  • # Specifies whether restore happens on the same host.
  • isSameHostRestore: Boolean
  • # ID ot target host or RAC.
  • targetHostOrRacFid: String
  • # Name of target database.
  • targetDbName: String
  • }