605.What two are the prerequisites for enabling Flashback Database? (Choose two)
A. The database must be in ARCHIVELOG mode
B. The database must be in MOUNT EXCLUSIVE mode
C. The database must be opened in RESTRICTED mode
D. The database instance must be started in the NOMOUNT state
E. The database instance must have the keep buffer pool defined
Answer: AB
答案解析:
参考:闪回数据库:http://blog.csdn.net/rlhua/article/details/12421005
Prerequisites for Flashback Database and Guaranteed Restore Points
To ensure successful operation of Flashback Database and guaranteed restore points, you must first set several key database options.
Configure the following database settings before enabling Flashback Database:
-
Your database must be running in
ARCHIVELOGmode, because archived logs are used in the Flashback Database operation. -
You must have a fast recovery area enabled, because flashback logs can only be stored in the fast recovery area.
-
For Oracle Real Application Clusters (Oracle RAC) databases, the fast recovery area must be in a clustered file system or in ASM.

本文介绍配置Oracle闪回数据库的必要条件及步骤。首先数据库需处于归档模式并配置快速恢复区,然后设置保留目标,最后启用闪回功能。文中还提供了验证及禁用闪回的方法。
1459

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



