68.You are managing an Oracle Database 11g database. You want to ensure the recovery of the database

前端之家收集整理的这篇文章主要介绍了68.You are managing an Oracle Database 11g database. You want to ensure the recovery of the database前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
68.You are managing an Oracle Database 11g database. You want to ensure the recovery of the database to the point of failure. Which configuration will you do to accomplish the task? A.Multiplex all database files. B.Configure the Flash Recovery Area. C.Configure the database instance for ARCHIVELOG mode. D.Configure the FAST_START_MTTR_TARGET initialization parameter. 答案:C 解析:这个说是恢复到错误发生的时间点,这个相当于不完全恢复,不完全恢复的先觉条件是数据库处于归档模式 当数据库设置为归档模式之后对数据库意味着 1.当数据库(磁盘或系统文件问题所导致的)崩溃之后,所有提交的数据都能恢复 2.可以对数据库进行联机备份,而且在联机备份期间可以继续进行其他的操作 3.当某一非系统表空间脱机时,数据库的其他部分继续正常工作 4.可以进行如下的不完全恢复 a.恢复到某一特定的时间点 b.恢复到某一特定的scn号 c.恢复到某一特定的归档文件的结尾

猜你在找的Oracle相关文章