oracle: ocp题解与实验(1/205)

从今天起,想边学习ocp课程,边做实验记录生活的点点滴滴。理论与动手两不误才是学习的硬道理。万事开头难,希望自己走好这第一步;

简单说下实验方法:因为面向ocp,所以我直接引用考题作为实验目标,充分认识ocp所传授的知识,认识选项的正确、错误之处;开始吧!

题目:

1. You observe that a database performance has degraded over a period of time. 
While investigating the reason, you find the size of the database buffer cache is 
not large enough to cache all the needed data blocks. Which advisory 
component would you refer to, in order to determine that required size 
of the database buffer cache?
A. Memory Advisor
B. Segment Advisor
C. SQL Tuning Advisor
D. SQL Access Advisor
E. Automatic Database Diagnostic Monitor(ADDM)

题目答案:A

题目翻译:经过一段时间,发现数据库性能下降了,研究发现database buffer cache的大小不足以容纳所需要的data blocks,你需要参考哪种咨询组件,来决定database buffer cache的大小? 

题目解答:这个是关于oracle EM的,很多网站视频教材没有讲解,如果你使用过EM那么这题很简单就理解了。EM是enterprise management的缩写,是oracle提供的可视化管理组件,使用网页登陆,下面给几个和题目相关的图:

Memory Advisor

Segment Advisor

oracle: ocp题解与实验(1/205)_第1张图片

SQL Tuning Advisor

oracle: ocp题解与实验(1/205)_第2张图片

 

其他三个项目的图就不罗列了,EM提供了众多分析工具,每个工具页面都简要说明了用途,给DBA带来了哪些方便以及操作步骤,需要说明的是ADDM是个集成式诊断工具,其实会调用其他小的诊断模块,所以此题最合适的答案是A;

你可能感兴趣的:(oracle,cache,database,buffer,performance,工具)