摘要:
PGA参数:1、查看workarea_size_policy参数设置show parameter workarea_size_policyworkarea_size_policy为auto表明PGA为自动管理2、v$pgastat视图:--查看pga命中率select * from v$pgastat where name='cache hit percentage';--v$pgastat各记录含义select name,value from v$pgastat;aggregate PGA target parameter --这个值等于参数PGA_AGGREGATE_TAR 阅读全文