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 <[EMAIL PROTECTED]>
>To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
>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: [EMAIL PROTECTED]
>
>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: [EMAIL PROTECTED] (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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to