Previous Topic: Restore the Parameter FileNext Topic: Restore the Tablespaces or Data Files


Restore the Archived Redo Logs

Archived redo logs are used to recover a database or update a standby database. 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 in to the computer where you want to restore the files.
  2. Locate the archived redo logs using the following command.
    SQL> ARCHIVE LOG LIST;
    
    SQL> SHOW PARAMETER DB_RECOVERY_FILE_DEST;
    
  3. Log in to the Arcserve UDP Console.
  4. Restore the archived redo logs using the Restore Wizard. For more information on the restore process, see How to Restore From a Recovery Point.
  5. Log in to the destination computer.
  6. Navigate to the specific folders and verify that the archived redo logs are restored.

The archived redo logs are restored.