322.You need to restore your database back to 9/30/2008 at 18:00

分类: 英语题型 发布时间: 2023-12-01 12:13 浏览量: 0

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