zoukankan      html  css  js  c++  java
  • 053414

    By setting the value of MEMORY_TARGET to zero and setting the value of SGA_TARGET to a
    nonzero value, you will enable which of the following memory-management options?
    A. Automatic PGA Memory Management
    B. Automatic SGA Memory Management
    C. Automatic Shared Memory Management
    D. Automatic Memory Management
    E. Manual SGA Memory Management
    F. None of the above

      The SGA_TARGET initialization parameter is used to set the total memory for the SGA for Automatic Shared Memory Management.
    要从自动内存管理模式更改为 ASMM,请执行以下操作:
    1. 将初始化参数 MEMORY_TARGET 设置为 0
    ALTER SYSTEM SET MEMORY_TARGET = 0;
    数据库将根据当前的 SGA 内存分配设置 SGA_TARGET
    2. 将自动设置大小的 SGA 组件的值设置为 0。完成后,重新启动实例。

  • 相关阅读:
    [转]我们都是花栗鼠
    学习Tkinter
    彻底理解Python切片
    信息隐藏技术
    Hex棋
    web服务器一些概念
    Redis学习笔记
    Python知识总结(二)
    Python知识总结
    最小联结词组
  • 原文地址:https://www.cnblogs.com/Babylon/p/7832206.html
Copyright © 2011-2022 走看看