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.

  • 相关阅读:
    MySQL_update同一张表
    MySQL_前缀索引_建立
    oracle_partition sample_simple
    oracle_partition sample
    java_java 利用JAX-RS快速开发RESTful 服务
    Java_Spring MVC_Servlet
    匿名函数
    randrange()和random() 函数
    迭代器 生成器 面向过程编程
    enumerate 模块
  • 原文地址:https://www.cnblogs.com/Babylon/p/7832451.html
Copyright © 2011-2022 走看看