Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Help
Your SGA is too small.
'alter system flush shared_pool' will temporarily fix this problem, while booting all of your carefully cached sql out of the pool at the same time.
Consider:
making shared_pool_size larger
making reserved_pool_size larger and pinning some objects in memory
looking up the OERR-4031 on MetaLink
Jared
On Tuesday 18 December 2001 16:30, Hamid Alavi wrote:
> Any idea what this means ?
>
>
> Error accessing package DBMS_APPLICATION_INFO
> ERROR:
> ORA-04031: unable to allocate 4096 bytes of shared memory ("shared
> pool","BEGIN
> DBMS_APPLICATION_INFO....","PL/SQL MPCODE","BAMIMA: Bam Buffer")
>
>
> Begin
> *
> ERROR at line 1:
> ORA-04031: unable to allocate 4096 bytes of shared memory ("shared
> pool","OLWEAREPORTS","PL/SQL MPCODE","BAMIMA: Bam Buffer")
> ORA-06508: PL/SQL: could not find program unit being called
> ORA-06512: at line 3
>
>
> PasswordNotification12172001.txt: No such file or directory
> PasswordNotification12172001.err: No such file or directory
>
>
>
>
> Hamid Alavi
> Office 818 737-0526
> Cell 818 402-1987
>
> The information contained in this message and any attachments is intended
> only for the use of the individual or entity to which it is addressed, and
> may contain information that is PRIVILEGED, CONFIDENTIAL and exempt from
> disclosure under applicable law. If you have received this message in
> error, you are prohibited from copying, distributing, or using the
> information. Please contact the sender immediately by return e-mail and
> delete the original message from your system.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jared Still INET: jkstill_at_cybcon.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Dec 18 2001 - 20:47:38 CST
![]() |
![]() |