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