zoukankan      html  css  js  c++  java
  • [bbk5125] 第45集 第五章 管理内存 00

    Objectives

    After completing this lesson,you should be able to :

    • Describe the memory components in the SGA
    • Implement Automatic Memory Management
    • Manually configure SGA parameters
    • Configure automatic PGA memory management

    Memory Management:Overview

    DBAs must consider memory managment to be a crucial part of their job,because:

    There is a finite amount of memory available

    Allocating more memory to serve certain types of functions can improve overall  performance

    Automatically tuned memroy allocation is often the appropriate configuraion,but specific environments or even short-term conditions may require further attention

    Reviewing Oracle Database Memory Structures

  • 相关阅读:
    观察者模式
    模版方法
    event
    设计模式之观察者模式
    BOM
    javascript基础语法&4
    Document Object Model
    javascript基础语法&3
    javaScript基础语法&1
    sublimeText3安装
  • 原文地址:https://www.cnblogs.com/arcer/p/3101722.html
Copyright © 2011-2022 走看看