QUESTION 16
You plan to execute the following command to performa Flashback Database operation in your database:
SQL> FLASHBACK DATABASE TO TIMESTAMP (SYSDATE -5/24);
Which two statements are true about this? (Choose two)
A. The database must have multiplexed redo log files
B. The database must be in the MOUNT state to executethe command
C. The database must be in the NOMOUNT state to execute the command
D. The database must be opened in RESTRICTED mode before this operation
E. The database must be opened with the RESETLOGS option after the flashback operation
Answer: BE
同98题:http://blog.csdn.net/rlhua/article/details/14111683
Explanation/Reference:
Section: Flashback Operations & Configuration
本文探讨了使用Flashback Database操作时应注意的两个关键点:数据库必须处于MOUNT状态才能执行此命令,以及闪回操作后需用RESETLOGS选项打开数据库。通过这两个要点,文章深入分析了在Oracle数据库中进行闪回操作的具体要求。
7355

被折叠的 条评论
为什么被折叠?



