322.You need to restore your database back to 9/30/2008 at 18:00. 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;
G. b, d, e
H. b, d, f
I. c, a, b, d, e
J. c, a, b, d, f
K. a, b, d, e
Answer: A
答案解析:
题目要求数据返回到指定日期。
通过restore-recover-open resetlogs来执行。