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.

  • 相关阅读:
    JDK内置工具使用
    awk 数组
    c++面试题
    C++内存分配
    awk 数字比较
    awk脚本 排序
    awk 读取 shell 变量的方法
    NVelocity系列:Getting Start With NVelocity
    Castle.ActiveRecord分页示例
    NVelocity系列:NVelocity配置详解
  • 原文地址:https://www.cnblogs.com/Babylon/p/7832451.html
Copyright © 2011-2022 走看看