Recipe: Recovering an Entire Oracle Database with Veeam Plugin for Oracle RMAN
Expected deliverables:
Recovery of Oracle Database.
Time to complete: 10 minutes
Ingredients: The account with Oracle SYSDBA access. The oracle environment should be set. Configured Veeam Plugin for Oracle RMAN.
Before you start: User account with SysDBA permissions. Veeam Plugin for Oracle RMAN installed and configured.
Method:
- rman target /
- RMAN> startup mount;
- RMAN> restore database;
- RMAN> recover database;
- RMAN> alter database open resetlogs;