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