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

  • 相关阅读:
    nginx 负载均衡
    nginX 安装 启动
    nginx 简介
    使用ASDM 管理 ciscoASA设备
    OSPF配置实验(一)
    VRRP
    HSRP 详解
    Rip 动态路由协议
    配置ASA防火墙 远程管理方式
    Oracle 重启监听
  • 原文地址:https://www.cnblogs.com/caibird2005/p/1377279.html
Copyright © 2011-2022 走看看