Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-4030 Out of Process Memory

Re: ORA-4030 Out of Process Memory

From: <bdbafh_at_gmail.com>
Date: 17 Nov 2005 08:22:14 -0800
Message-ID: <1132244534.443499.169790@g49g2000cwa.googlegroups.com>


You had me at:

NVL(F.PRC_END_DT, TO_DATE('01-01-2099',
'MM-DD-YYYY')) BETWEEN E.BEG_DT AND E.END_DT ) Perhaps you should go the route of pinning objects that aren't garbage and flush early, flush often. (alter system flush shared_pool)

check v$sgastat for shared pool - free memory.

-bdbafh Received on Thu Nov 17 2005 - 10:22:14 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US