zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-200题-62题-639

    QUESTION 62

    You want to enable automatic PGA memory management in your database. Which setting is required to

    achieve this?

    A. Set MEMORY_TARGET to zero

    B. Set the STATISTICS_LEVEL parameter to BASIC

    C. Set the WORKAREA_SIZE_POLICY parameter to MANUAL

    D. Set the PGA_AGGREGATE_TARGET parameter to nonzero value

    Answer: D

    同639题:http://blog.csdn.net/rlhua/article/details/14578241


    Explanation/Reference:

    Section: Managing Database Performance & Tuning

    Automatic PGA Memory Management:

    When automatic memory management is disabled and PGA_AGGREGATE_TARGET is set to a nonzero

    value, the database uses automatic PGA memory management.

    In this mode, the PGA_AGGREGATE_TARGET specifies a target size for the instance PGA. The database

    then tunes the size of the instance PGA to this target and dynamically tunes the sizes of individual PGAs.If

    you do not explicitly set a target size, then the database automatically configures a reasonable default.

  • 相关阅读:
    2021-4-20 日报博客
    2021-4-19 日报博客
    2021-4-17 周报博客
    java web
    java web
    java web
    java
    java
    周末总结8
    java web
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316012.html
Copyright © 2011-2022 走看看