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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: unable to allocate 4096 bytes of shared memory - HELP!!!!

RE: unable to allocate 4096 bytes of shared memory - HELP!!!!

From: Jon Walthour <jonw_at_fuse.net>
Date: Wed, 11 Jul 2001 06:05:10 -0700
Message-ID: <F001.00346C74.20010711050539@fatcity.com>

John:

List, please correct me if I'm wrong, but it appears that your shared pool isn't big enough or is too fragmented. You can try two things as I see it right now: (1) try pinning your large, frequently used packages into the shared pool at instance startup using the DBMS_SHARED_POOL package, or (2) increase the amount of available shared memory by increasing the value of the initialization parameters SHARED_POOL_RESERVED_SIZE and SHARED_POOL_SIZE.

Hope this helps.

--

Jon Walthour, OCDBA
Oracle DBA
Computer Horizons
Cincinnati, Ohio


>--- Original Message ---
>From: John Dunn <john.dunn_at_sefas.co.uk>
>To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
>Date: 7/11/01 7:40:46 AM
>

>We have just upgraded from 8.0.5 to 8.1.7 and are getting problems
as
>follows :
>
>It appears to be related to dbms_job
>
>Can any one help?
>
>John
>
>Errors in file /u01/app/oracle/admin/PRTGH1/bdump/snp2_28976_prtgh1.trc:
>ORA-12012: error on auto execute of job 11223917
>
>ORA-04031: unable to allocate 4096 bytes of shared memory ("shared
>pool","SERVER
>_PRINTER_RESET","PL/SQL MPCODE","BAMIMA: Bam Buffer")
>ORA-06508: PL/SQL: could not find program unit being called
>ORA-06512: at line 1
>Sun Jul 8 23:52:14 2001
>Errors in file /u01/app/oracle/admin/PRTGH1/bdump/snp1_19492_prtgh1.trc:
>
>ORA-12012: error on auto execute of job 11227622
>ORA-04031: unable to allocate 4096 bytes of shared memory ("shared
>pool","SERVER
>_RECEPTION","PL/SQL MPCODE","BAMIMA: Bam Buffer")
>ORA-06508: PL/SQL: could not find program unit being called
>ORA-06512: at line 1
>
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>--
>Author: John Dunn
> INET: john.dunn_at_sefas.co.uk
>
>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).
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jon Walthour INET: jonw_at_fuse.net 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 Wed Jul 11 2001 - 08:05:10 CDT

Original text of this message

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