Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> sub heap & ORA-4031
hi:
I run a script on x$kghlu to collect the shared pool info:
column kghlurcr heading "RECURRENT|CHUNKS" column kghlutrn heading "TRANSIENT|CHUNKS" column kghlufsh heading "FLUSHED|CHUNKS" column kghluops heading "PINS AND|RELEASES" column kghlunfu heading "ORA-4031|ERRORS" column kghlunfs heading "LAST ERROR|SIZE"
select
kghlurcr, kghlutrn, kghlufsh, kghluops, kghlunfu,
SQL> / RECURRENT TRANSIENT FLUSHED PINS AND ORA-4031 LAST ERROR CHUNKS CHUNKS CHUNKS RELEASES ERRORS SIZE ---------- ---------- ---------- ---------- ---------- ----------
613 740 1481527 6.0489E+10 920 25784 2625 7264 4326 73028011 0 0 3973 4387 283981 105939833 0 0 3795 5289 91121 9508929013 0 0 2502 4805 136468 93688365 0 0 8673 10944 392 96186804 0 0
6 rows selected.
I have many questions about the results.
Thanks
-- Eagle Fan Oracle DBA -- http://www.freelists.org/webpage/oracle-lReceived on Thu Jul 06 2006 - 04:23:10 CDT
![]() |
![]() |