INPUT_OBJECT
MountOracleDbConfigInput
Description
Supported in v5.0+
link GraphQL Schema definition
- input MountOracleDbConfigInput {
- # Supported in v5.0+
- # v5.0: A Boolean value that determines whether the database files are only
- # mounted to the target host without recreating the database.
- # v5.1+: A Boolean value that determines whether the database files are mounted to
- # the target host without recreating the database. When 'true', the database is
- # not recreated. When 'false', the database is recreated. The default value is
- # 'false'.
- Boolean :
- # Supported in v5.0+
- # The full path on the target host where the NFS share with the snapshot files
- # will be mounted.
- String :
- # Supported in v5.2+
- # v5.2-v5.3: Configuration file for advanced Oracle recovery in base64 encoded
- # format.
- # v6.0+: The configuration file for Oracle advanced recovery in base64 encoded
- # format. This field cannot be specified if `advancedRecoveryConfigMap` is
- # specified.
- String :
- # Supported in v5.3+
- # The full path of the pfile on the target Oracle Host or RAC to use for the
- # database recovery.
- String :
- # Supported in v5.3+
- # v5.3: Number of channels used during live mount. The default value is decided
- # based on the number of channels used during backups.
- # v6.0+: Number of channels used during live mount.
- Int :
- # Supported in v6.0+
- # Path to the post-script to run after the recovery task.
- String :
- # Supported in v6.0+
- # Path to the pre-script to run before the recovery task.
- String :
- # Supported in v6.0+
- # Boolean value that determines whether to stop the recovery task if the
- # pre-script exits with a non-zero value. Set to True to stop the recovery task on
- # pre-script failure. The default setting is False, which allows the task to
- # continue.
- Boolean :
- # Supported in v8.0+
- # List of PDB names to be live mounted in the target database.
- String!] : [
- # Supported in v9.0+
- # List of RAC host simple IDs to recover the database during the Live Mount.
- String!] : [
- # Supported in v9.1+
- # Indicates whether to skip dropping the databasee during an undo task if the
- # database was partially recovered.
- Boolean :
- # Supported in v9.0+
- # The new value of the db_name parameter for a LM operation. This is used to
- # specify the new target database name of the live mounted database.
- String :
- # Supported in v9.0+
- # Specifies the host simple ID for the primary RAC node, which will be used for
- # recovery. The provided host simple ID must be among the list of host simple IDs
- # specified in `targetRacHostIds`.
- String :
- # Supported in v9.0+
- # Boolean value that determines whether to allow renaming the database back to the
- # source Oracle host or RAC during a Live Mount.
- Boolean :
- # Required. Supported in v5.0+
- # v5.0-v5.2: Snapshot ID or timestamp for which the export is done.
- # v5.3+: Snapshot ID or timestamp for which the mount is done.
- OracleRecoveryPointInput! :
- # Required. Supported in v5.0+
- # ID of the Oracle Host or Oracle RAC object for the created database. The
- # referenced Oracle host or RAC must have the Rubrik Backup Service installed and
- # connected. Standalone source databases can be live mounted to OracleHost and
- # clustered source databases can be live mounted to OracleRac only.
- String! :
- }