INPUT_OBJECT
OracleRecoveryPointInput
Description
Supported in v5.0+
link GraphQL Schema definition
- input OracleRecoveryPointInput {
- # Supported in v5.0+
- # Snapshot ID of the Oracle database.
- String :
- # Supported in v5.0+
- # v5.0-v5.2: Recovery point specified in the form of a timestamp (in
- # milliseconds).
- # v5.3+: A timestamp in milliseconds that specifies a recovery point.
- Long :
- # Supported in v9.3
- # Desired Oracle System Change Number (SCN) for recovery.
- Long :
- }
link Require by
- ExportOracleDbConfigInputSupported in v5.0+
- ExportOracleTablespaceConfigInputSupported in v5.0+
- GetOraclePdbDetailsRequestInputSupported in v8.0+
- MountOracleDbConfigInputSupported in v5.0+
- OraclePdbRestoreConfigInputSupported in v8.0+
- OracleValidateConfigInputSupported in v5.3+
- RecoverOracleDbConfigInputSupported in v5.0+