OCP-1Z0-052-V8 02-55题

分享一下我老师大神的人工智能教程!零基础,通俗易懂!http://blog.csdn.net/jiangjunshow

也欢迎大家转载本篇文章。分享知识,造福人民,实现我们中华民族伟大复兴!

               

 

55. View the Exhibit to examine the output produced by the following query at three different times since

the database instance started and has experienced workloads of different capacities:

SQL> SELECT substr(component, 0, 10) COMP, current_size CS, 

user_specified_size US 

FROM v$memory_dynamic_components

WHERE current_size!=0;

What do you infer from this?

A.  The database instance is running with manual PGA management.

B.The database instance is running with manual shared memory management.

C.The database instance has the MEMORY_TARGET value set to a nonzero value.

D.All sessions are connected to the database instance in dedicated mode, and no RMAN or parallel

query operations have been performed.

MM is set to 100 MB. 

Answer: C  

 答案解析:

参考:053-162题:http://blog.csdn.net/rlhua/article/details/12761583

参考:http://blog.csdn.net/rlhua/article/details/12493791


动态性能视图V$MEMORY_DYNAMIC_COMPONENTS显示所有动态优化的内存组件的当前大小,其中包括SGA 和实例PGA 的总大小。

三次启动的SGA的各个组件大小都一样,是动态变化的,PGA也是动态变化的,所以此数据库是处于自动内存管理即AMM,也即是说MEMORY_TARGET设定为非零值。

 

           

给我老师的人工智能教程打call!http://blog.csdn.net/jiangjunshow

这里写图片描述

猜你喜欢

转载自blog.csdn.net/sdfsdkk/article/details/84137179