天天看点

OCP-V13-332

OCP-V13-332

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

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

Correct Answer: A

你要恢复你的数据库到 9/30/2008 18点,下面的哪个顺序

答案:A

B. restore database until time ‘09/30/2008:18:00:00’;

D. recover database until time `09/30/2008:18:00:00’;

E. alter database open resetlogs;