ocp-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 593380
  • 博文数量: 486
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 4941
  • 用 户 组: 普通用户
  • 注册时间: 2018-07-05 13:59
个人简介

ocp考试资料群:569933648 验证码:ocp ocp 12c 19c考试题库解析与资料群:钉钉群号:35277291

文章分类

全部博文(486)

文章存档

2024年(3)

2023年(35)

2021年(151)

2020年(37)

2019年(222)

2018年(38)

我的朋友
相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: oracle

2019-09-10 09:28:12

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 实测不会删除

阅读(883) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图