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