level 9
云淡风清198974
楼主
查看pga的使用情况
查看pga最大使用量:select inst_id,name, ROUND(value/1024/1024) as Mbytes from gv$pgastatwhere name in ('maximum PGA allocated','aggregate PGA target parameter','aggregate PGA auto target');
2025年03月27日 09点03分
1
查看pga最大使用量:select inst_id,name, ROUND(value/1024/1024) as Mbytes from gv$pgastatwhere name in ('maximum PGA allocated','aggregate PGA target parameter','aggregate PGA auto target');