随笔分类 - oracle
摘要:sga:System Global Area 一个instance对应1个sgashared pool 共享池 library cache 编译sql语句性能 data dictionary cache 存储数据库控制信息的database buffer cache 存储数据文件,按块存储由db_block_size存储redo log bufferlarge pooljava poolsga_max_size最大上限granules是sga分配内存的基本单位,<128M是4M,>128M是16Mpga:Program Global Area 一个pga对应1个后台进程show s
阅读全文