053360

When performing a full database disaster recovery with RMAN, in what order would you execute
these steps?
A. Restore the control file from autobackups.
B. Run the RMAN restore and recover command.
C. Restore the database spfile from autobackups.
D. Make the RMAN backup set pieces available.
E. Open the database with the alter database open resetlogs command.
F. Open the database with the alter database open command.
A. a, b, c, d, e, f
B. c, d, a, b, f
C. d, c, a, b, f
D. d, b, d, c, e
E. d, c, a, b, e

  spfile在conreol file之前。

原文地址:https://www.cnblogs.com/Babylon/p/7825192.html