码迷,mamicode.com
首页 > 其他好文 > 详细

OCP-052考试题库汇总(52)-CUUG内部解答版

时间:2019-09-10 10:24:21      阅读:92      评论:0      收藏:0      [点我收藏+]

标签:ges   com   delete   ace   let   考试题   comm   tin   currently   

Your DB_RECOVERY_FILE_DEST_SIZE IS 8G,Currently,5G of the space is used of which 4G consists of obsolete backups, You execute this command;

SQL> ALTER SYSTEM SET db_recovery_file_dest_size=2G;

What is the outcome?

A) It changes DB_RECOVERY_FILE_DEST_SIZE to 2G and deletes the obsolete backups

B) It changes DB_RECOVERY_FILE_DEST_SIZE to 5G

C) It fails because DB_RECOVERY_FILE_DEST_SIZE is a static parameter

D) It changes DB_RECOVERY_FILE_DEST_SIZE to 2G without deleting valid backups

E) It fails because the new size is less than 5G

Answer: D (验证过)

CUUG:因为当前还有空闲的空间 3G,所以无需删除有效和无效的备份。

赵:网友选 A 待验证。个人认为有效的备份只有 1G,小于被修改后的 2G,不需要删除过时的备份。

题译:DB_Recovery_file_DEST_size 为 8G,目前使用的空间为 5G,其中 4G 由过时的备份组成。

其他:A 实测不会删除

OCP-052考试题库汇总(52)-CUUG内部解答版

标签:ges   com   delete   ace   let   考试题   comm   tin   currently   

原文地址:https://blog.51cto.com/13854012/2436967

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!