053322

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;
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


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