RecoverOracleDbConfigInput
Supported in v5.0+
Fields
| Field | Type | Description |
|---|---|---|
| numChannels | Int | Supported in v5.3+ v5.3: Number of channels used during instant recovery. The default value is decided based on the number of channels used during backups. v6.0+: Number of channels used during instant recovery. |
| recoveryPoint | OracleRecoveryPointInput! | Required. Supported in v5.0+ Snapshot ID or timestamp for which the export is done. |
| shouldRecoverToLatestFromRedo | Boolean | When true, applies Zero RPO redo logs after RMAN recovery to achieve maximum data recovery up to the latest streamed transaction. Requires Zero RPO to be enabled on the source database. |
| shouldSkipDropDbInUndo | Boolean | Supported in v9.1+ Indicates whether to skip dropping the database during an undo task if the database was partially recovered. |