In what order would you run the following commands to compete this task?
a. restore controlfile until time '09/30/2008:18:00:00';
b. restore database until time '09/30/2008:18:00:00';
c. restore spfile until time '09/30/2008:18:00:00';
d. recover database until time '09/30/2008:18:00:00';
e. alter database open resetlogs;
f. alter database open;
A. b, d, e
B. b, d, f
C. c, a, b, d, e
D. c, a, b, d, f
E. a, b, d, e
答案:(A)
解析:
没提到参数文件和控制文件损坏,所以不必还原参数文件和控制文件