zoukankan      html  css  js  c++  java
  • 053419

    In Oracle 11g, by default which one of the following conditions implicitly enables Automatic PGA Memory Management?
    A. Setting a nonzero value for SGA_TARGET
    B. Configuring Automatic Shared Memory Management
    C. Configuring Automatic Memory Management
    D. Setting a nonzero value for SGA_MAX_SIZE and PGA_AGGREGATE_TARGET
    E. None of the above

      By default,Oracle 11g is configured for Automatic Memory Mangement.If you configure Automatic Shared Memory Management and make no other changes,you will implicitly enable Automatic PGA Memory Management.Setting SGA_TARGET to a nonzero value doesn't immediately enable Automatic Shared Memory Management because you may still have Automatic Memory Management enabled.Setting the parameter SGA_MAX_SIZE to nonzero puts a cap on manual SGA configuration,but again it does not implement Manual Shared Memory Management.The value of PGA_AGGREGATE_TARGET is relevant only if Automatic Memory Managements is not configured,so you must also set MEMORY_TARGET to zero for it to take effect.

  • 相关阅读:
    进制的转换
    输出蛇型矩阵
    输出弓形矩阵
    找出一个数组中出现次数最多的那个元素
    开灯问题
    find your present
    核反应堆
    Box of Bricks最小移动砖块数目
    超级楼梯
    Bootstrap中的 JavaScript 特效 — 下拉菜单和滚动监听插件
  • 原文地址:https://www.cnblogs.com/Babylon/p/7832451.html
Copyright © 2011-2022 走看看