OracleUpdateCommonInput
Supported in v6.0+
Fields
| Field | Type | Description |
|---|---|---|
| hasLogConfigFromSla | Boolean | Supported in v7.0+ Boolean value specifying whether the database obtains the log backup configurations from the SLA Domain. |
| hostLogRetentionHours | Int | Supported in v6.0+ Specifies an interval in hours. For Oracle archived redo log files whose nextTime is before (now - interval), the next log snapshot job will delete them from the host. Set to 0 for inheriting the value from its parent; -1 for immediate deletion; and -2 to skip log deletion. |
| hostMount | String | Supported in v6.0+ Path where the NFS share is mounted on the host. |
| isPaused | Boolean | Supported in v9.1+ Whether to pause or resume backups and archival for this database. This setting is supported for Oracle databases and Data Guard groups but is not supported for Oracle hosts and RACs. |
| logBackupFrequencyInMinutes | Int | Supported in v6.0+ Specifies an interval in minutes. This interval is the period between successive log backups. |
| logRatePerRmanChannelInMb | Int | Supported in v9.5+ Specifies, in megabytes per second, the RMAN RATE parameter, which limits the log backup throughput per channel. This controls the maximum rate at which RMAN transfers data during log backup operations for each channel. Only values greater than or equal to 0 are accepted. A value of 0 means no rate limit will be applied. This field is only effective when updating Oracle Databases or Oracle DataGuard Groups. |
| logRetentionHours | Int | Supported in v6.0+ Specifies an interval in hours. Log backups are retained for the duration of the interval. |
| numChannels | Int | Supported in v6.0+ Number of channels used to backup the Oracle database. |
| ratePerRmanChannelInMb | Int | Supported in v9.4+ v9.4: Specifies, in megabytes per second, the RMAN RATE parameter, which limits the backup throughput per channel. This controls the maximum rate at which RMAN transfers data during backup operations for each channel. Only values greater than or equal to 0 are accepted. A value of 0 means no rate limit will be applied. This field is only effective when updating Oracle Databases or Oracle DataGuard Groups. v9.5+: Specifies, in megabytes per second, the RMAN RATE parameter, which limits the database backup throughput per channel. This controls the maximum rate at which RMAN transfers data during backup operations for each channel. Only values greater than or equal to 0 are accepted. A value of 0 means no rate limit will be applied. This field is only effective when updating Oracle Databases or Oracle DataGuard Groups. |
| sectionSizeInGb | Int | Supported in Rubrik CDM version 9.0 and later. Specifies the section size, in gigabytes, to be used during database backup. |
| shouldEnableHighFileCountSupport | Boolean | Supported in v8.0+ Boolean value specifying whether to use the high file count format for database backups. |
| shouldUseSecureThriftForDataTransfer | Boolean | Supported in v8.0+ Boolean value specifying whether to use secure thrift as the data transfer mechanism between the Rubrik cluster and the Oracle database instead of NFS. The default data transfer mechanism is NFS. |