Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Restore Controlfile from backup

Code Block
RMAN> startupset nomountdbid=20141184369;
RMAN> setstartup dbid=20141184369nomount;
RMAN> restore controlfile from '/opt/oracle/backup/CDRATOR/20170328-ARCH-l3s08qf2_1_1';
RMAN> shutdown immediate;

...

Code Block
RMAN> configure device type disk parallelism 68;
RMAN> restore database;

...