PGA memory calculation
Today I have one observation in one of our rac database.PGA_AGGREGATE_TARGET is set to 8 GB but when I use below query for any instance it shows nearly 14 GB.HOw it is possible or my query is incorrect?
select inst_id,sum(pga_used_mem)/(1024*1024*1024) from gv$process group by inst_id
Regards
Dhritiman Deb