Restoring an Oracle Table to a Different Location (Out of Place)

You can restore Oracle tables to a different location.

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 Out of place option.

  8. From the Destination server list, select the host to restore to.

  9. From the Destination instance list, select the instance to restore to.

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

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

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

    • Click Import to overwrite the current tables.

  12. To specify the staging path, 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.

  13. Choose whether you want to create an auxiliary instance during the restore job:

    • To create an auxiliary instance on the destination server, leave the Create auxiliary instance checkbox selected.

    • To use an existing auxiliary instance, clear the Create auxiliary instance checkbox, and then from the Auxiliary instance list select an auxiliary instance on the destination server.

  14. If you specified that you want to use an existing auxiliary instance with the Create auxiliary instance checkbox, in the PFile box, type the PFile location.

  15. 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.

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

  17. 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.

  18. 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 username and password.

  19. Click SUBMIT.

Loading...