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

You can restore the following data:

  • The database and control file

  • The database

  • The control file

  • Individual tablespaces and the control file

  • Individual tablespaces

You can restore the database to an instance with the same name as the source instance, on a different client.

After the restore, you can recover the database to a point other than the current time, if the current database is inconsistent.

When you choose the option to recover from the latest backup time or from the latest System Change Number (SCN) with a secondary copy, the software only considers the time or SCN from the latest job available on the secondary copy, even when the primary copy or other copies have a more recent backup job.

You can watch a video about performing a basic Oracle restore.

Procedure

  1. From the navigation pane, go to Solutions > Databases > DB Instances.

    The Instances page appears.

  2. Click the instance.

    The instance 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. Select the data that you want to restore, and then click Restore.

    The Restore options dialog box appears.

  5. Select the Out of place tab.

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

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

  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 redirect the database or individual table spaces, do the following:

    1. Click Redirect options.

      The Redirect path options dialog box appears.

    2. To redirect the database, click Database, and then enter the full path for the new location of the database.

    3. To redirect individual tablespaces and datafiles, click Tablespaces and datafiles. For each tablespace that you want to redirect:

      1. Expand the tablespace.

      2. In the Datafiles box, change the path to the new location.

    4. To redirect the temporary tablespaces, move the Redirect temporary tablespaces toggle to the right, and then enter the full path for the new location.

    5. To change the characteristics of the online redo logs, move the Online redo logs toggle to the right, and then enter the information for the redo logs.

    6. Click Save.

  10. Select the data that you want to restore.

    These options only appear if you chose to restore all the tablespaces.

    • To restore the database or individual tablespaces, select the Database check box and clear the Control file check box.

    • To restore the control file, clear the Database check box and select the Control file check box.

    • To restore the SP file, clear the Database check box and select the SP File check box.

    • To restore the log files, clear the Database check box.

  11. For Recover to, specify how you want to apply the archive files to the data files.

    The SCN option restores the database to the System Change Number (SCN) that you specify. The SCN tracks the timing of transactions in the database. The SCNs are stored in the control files and the datafile headers. You can recover the database to the most recent existing SCN number in the control file, which is the most recent consistent database state.

  12. To automatically move the database or selected tablespaces to the correct offline mode before the restore, select the Switch Database Mode check box.

  13. If you want to mask the data on the destination, select the Mask sensitive data check box, and then from the Data masking policy list, select the data masking policy.

  14. Click Submit.

Loading...