Restore System, or Undo Tablespaces or Data Files

You can restore system, or undo tablespaces or data files. Before you restore, you must locate the file. When you locate the files, ensure that the database is in the Open state.

Follow these steps:

  1. Log into the computer where you want to restore system or undo tablespaces or datafiles.
  2. Locate the user tablespaces or datafiles using the following command:
  3. SQL> SELECT TABLESPACE_NAME, FILE_NAME FROM DBA_DATA_FILES;

  1. Change the state of the database to mount, or nomount, or shutdown before you restore the tablespaces or datafiles.
  2. SQL> STARTUP MOUNT;

    SQL> STARTUP NOMOUNT;

    SQL> SHUTDOWN IMMEDIATE;

  1. Log into the Arcserve UDP Console.
  2. Restore the tablespaces or datafiles using the Restore Wizard. For more information on the restore process, see How to Restore From a Recovery Point.
  1. Log into the destination computer.
  2. Navigate to the specific folders and verify that the system, or undo tablespaces or datafiles are restored.
  3. Recover the tablespace or data files.
  1. Enter AUTO in the SQL*Plus prompt screen to apply the files.
  2. Oracle applies the log files to restore the data files. After Oracle finishes applying the redo log file, it displays the following messages:
  3. Applying suggested logfile

    Log applied

  4. After each log is applied, Oracle continues to apply the next redo log file until the recovery is complete.
  1. Enter the following command to bring the tablespace online:
  2. SQL> ALTER TABLESPACE "tablespace_name" ONLINE;

The tablespace is now recovered to the last available log file.


Copyright © 2018. All rights reserved.

Rate This Page
The content on this page was useful to me. Disagree strongly Agree strongly
Submit rating and optional comments about this page