• OCP-1Z0-053-V12.02-151题


    151.Which statements about the MEMORY_TARGET initialization parameter are true? (Choose all that

    apply.)

    A. MEMORY_TARGET can be increased up to the value of MEMORY_MAX_TARGET, if

    MEMORY_MAX_TARGET is set to a value greater than zero

    B. MEMORY_MAX_TARGET defaults to a value of zero if MEMORY_TARGET is not set

    C. MEMORY_TARGET represents the total amount of memory that can be allocated to SGA and PGA

    memory structures.

    D. MEMORY_TARGET is static and cannot be modified without shutting down the instance

    Answer: ABC

    答案解析:

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

    A. MEMORY_TARGET 可以增加到 MEMORY_MAX_TARGET的值,但不能超过。

    B.如果MEMORY_TARGET 没有设置,则MEMORY_MAX_TARGET 和MEMORY_TARGET 都为0.默认值都为0.

    C。MEMORY_TARGET 是SGA and PGA 的和。

    D.MEMORY_TARGET 不是静态的,他可以动态的改变,非零值时自动分配内存。

    MEMORY_TARGET:动态控制SGA和PGA时,Oracle总共可以使用的共享内存大小,这个参数是动态的,因此提供给Oracle的内存总量是可以动态增大,也可以动态减小的。它不能超过MEMORY_MAX_TARGET参数设置的大小。默认值是0。

    MEMORY_MAX_TARGET:这个参数定义了MEMORY_TARGET最大可以达到而不用重启实例的值,如果没有设置MEMORY_MAX_TARGET值,默认等于MEMORY_TARGET的值。

    使用动态内存管理时,SGA_TARGET和PGA_AGGREGATE_TARGET代表它们各自内存区域的最小设置,要让Oracle完全控制内存管理,这两个参数应该设置为0。

  • 相关阅读:
    SpringMVC组件解析
    SpringMVC简介
    spring集成web环境
    Spring基于注解的事务控制
    Spring基于XML声明式事务控制
    Spring事务控制&编程式事务控制三大对象
    基于注解的AOP开发
    基于xml的AOP开发
    python字符串操作
    赋值、深拷贝、浅拷贝
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13317021.html
Copyright © 2020-2023  润新知