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