zoukankan      html  css  js  c++  java
  • ORACLE PGA

    PGA :
         consist of
         1. private sql area ;
              The private SQL area of a cursor is divided into two areas :
              a.  Persistent area ;
              b.  Run-time area ;
         2. Session Memory ;
            For a shared server environment, the session memory is shared and not private

         3. SQL work areas ;
            WORKAREA_SIZE_POLICY = AUTO ;
            PGA_AGGREGATE_TARGET =189792256
            
            SORT_AREA_SIZE, HASH_AREA_SIZE,
            BITMAP_MERGE_AREA_SIZE, CREATE_BITMAP_AREA_SIZE

    Memory Area  Dedicated Server Shared Server
    Nature of Session Memory                      Private      Shared
    Location of Persistent Area                                PGA  SGA
    Location of Run-time Area (SELECT) PGA SGA
    Location of Run-time Area (DML/DDL) PGA PGA

  • 相关阅读:
    四则运算题目生成器
    个人博客作业Week1
    M1/M2项目阶段总结
    个人博客作业week7
    个人博客作业—2
    第一周个人博客作业
    关于生成四则运算式
    个人博客作业week7
    第二次博客作业
    关于webservice大数据量传输时的压缩和解压缩
  • 原文地址:https://www.cnblogs.com/caibird2005/p/1377279.html
Copyright © 2011-2022 走看看