Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> PGA size discrepancy
Hi All,
I executed the following statements.
SQL> select * from v$version;
BANNER
SQL> select name,VALUE/(1024*1024) MB from v$sysstat 2 where name like '%pga%';
NAME MB
---------------------------------------------------------------- ----------session pga memory 18184.7367
SQL> sho parameter pga
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
One query:
> The session pga memory & session pga memory max values are looking unreal
as we do not have this much amount of Physical memory. And the
pga_aggregate_target is 24M only.
What might be the issue?
-- Regards, Deepak Oracle DBA -- http://www.freelists.org/webpage/oracle-lReceived on Fri Oct 21 2005 - 01:40:31 CDT