Link Search Menu Expand Document

Recipe: Recovering a Single Datafile with Veeam Plugin for Oracle RMAN

Expected deliverables:

Recovery of Oralce Database Single Datafile.

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. run { restore datafile 15; recover datafile 15; ALTER PLUGGABLE DATABASE DBNAME OPEN; }

Back to top

Copyright © 2023 Solutions Architects, Veeam Software.