Monitor PGA
select name,value/1024/1024 inMB
from v$pgastat
where name in ('total PGA allocated','maximum PGA allocated');
sdmrnv, 2019-07-09 [1.43ms, r]
select name,value/1024/1024 inMB
from v$pgastat
where name in ('total PGA allocated','maximum PGA allocated');