Restoring an Oracle Table to Its Current Location (In Place)

You can restore Oracle tables to the same location. By default, when you restore tables to the source database, the restore operation overwrites the existing tables in the destination database.

Before You Begin

The Collect table metadata option for the subclient must be enabled for any backups you want to use for restoring tables. For more information, see Adding Oracle Subclients.

Procedure

  1. From the navigation pane, go to Protect > Databases.

    The database overview page appears.

  2. On the Instances tab, click the instance.

    The instance properties page appears.

  3. On the Overview tab, in the Recovery points section, select the backup to restore, and then click RESTORE.

    The Backup content page appears.

  4. From the Tablespace view list at the top of the window, select Table view.

    The database's list of tables appears.

  5. Select the tables that you want to restore, and then for each selected table, click the Actions button actions button***use the other one ->86655*** to select or deselect dependent or referenced tables.

  6. Click RESTORE.

    The Restore options dialog box appears.

  7. Select the In place option.

  8. To change the number of streams to use for the restore, in the Number of streams box, enter the number of streams to use.

  9. To specify whether the restore overwrites the current tables or only puts the exported tables in the staging location, select the Table options:

    • Click Dump to save the table export dump files to the staging location.

    • Click Import to overwrite the current tables.

  10. To specify the location where the auxiliary instance is created, in the Staging path box, type the location.

    The staging path must have enough free space for the control file, the Oracle diagnostic directory, and the required tablespaces.

  11. To apply the archive files to the data files for the Recover to selection, from the Recover to type list select the type of recovery and enter any related values.

  12. To specify additional Oracle Data Pump Export utility (expdp command) parameters, select Export parameters and then type the parameters in the box.

  13. To use the source catalog, move the Use source catalog toggle to the right, and then type the Connect string user ID, password, and service name.

  14. To specify pre or post recovery scripts, do the following under Pre or Post options:

    1. Type the path to the script.

    2. To run a script as a specific user, move the Run as user toggle to the right and type the user name and password.

  15. Click SUBMIT.

Loading...