zoukankan      html  css  js  c++  java
  • 052-54

    Automatic Shared Memory Management (ASMM) has been enabled for your database instance. The initialization parameters for the components that are managed by ASMM are not set. After observing the effects of ASMM, you executed the following command:
    SQL> ALTER SYSTEM SET DB_CACHE_SIZE = 100M;
    Which statement is true in this scenario?
    A. The minimum memory size for the database buffer cache is set to 100 MB.
    B. The maximum memory size that can be obtained by the database buffer cache during ASMM is set to 100MB.
    C. The minimum memory size allocated for a server process in the database buffer cache in dedicated mode is set to 100 MB.
    D. The maximum memory size from the database buffer cache that can be released for dynamic distribution during ASMM is set to 100 MB.

      启用 ASMM 之前,应该从 SPFILE 中删除单个内存区参数,因为设置这些参数会使ASMM 受到限制。看到 ASMM 分配的效果之后,如果决定要调整特定组件的分配值,可以为这些组件指定值。如果指定的值比目前的值小,这些值将被视为各个组件的最小内存大小。如果指定的值比目前的值大,那么只要有空闲内存,就可以将内存组件的大小重新上调至您提供的值。执行此操作会限制可用于自动调整的内存量,但在环境需要对大小进行特殊调整、而 ASMM 又无法满足此需要时,可使用此功能。

  • 相关阅读:
    【Java例题】3.1 7、11、13的倍数
    【Java例题】2.7找零钱
    【Java例题】2.6 三角形的面积
    【Java例题】2.5 温度转换
    【Java例题】2.4求函数
    【Java例题】2.2 分数类
    【Java例题】2.3 计算银行存款本息
    博客园里面关于abpZero的好的教程
    IOC学习1
    1.开始第一个MVC项目
  • 原文地址:https://www.cnblogs.com/Babylon/p/7999017.html
Copyright © 2011-2022 走看看