Link Search Menu Expand Document

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:

  1. rman target /
  2. RMAN> startup mount;
  3. RMAN> restore database;
  4. RMAN> recover database;
  5. RMAN> alter database open resetlogs;

Back to top

Copyright © 2023 Solutions Architects, Veeam Software.