|
操作系统是WIN SGA+PGA最大才能用1.7G
目前PGA为100M,是不是设置小了。
SQL> SELECT * FROM V$PGASTAT;
aggregate PGA target parameter 104857600 bytes
aggregate PGA auto target 52651008 bytes
global memory bound 5242880 bytes
total PGA inuse 46467072 bytes
total PGA allocated 92508160 bytes
maximum PGA allocated 117758976 bytes
total freeable PGA memory 0 bytes
PGA memory freed back to OS 0 bytes
total PGA used for auto workareas 0 bytes
maximum PGA used for auto workareas 4112384 bytes |
|