a. restore database;
b. recover database;
c. shutdown immediate
d. startup
e. restore archivelog all;
f. alter database open
A. a, b, c, d, e, f
B. c, b, a, d, e, f
C. c, b, a, d, f
D. c, a, b, d
E. c, a, e, b, d, f
答案:(E)
解析:
A(X),c一定是第一步
B(X),C(X),b不能是下一个步骤
都已经startup,为什么还要alter database open;