Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: ORA-04031
I happened when your shared pool is too small.
You probably need to increase it.
You can also clear the shared pool before the export
but this will cause some degradation afterwards because
whoever uses a procedure or function for the first time
will have to wait for it to be loaded from the database.
Yechiel Adar
Mehish
----- Original Message -----
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
Sent: Friday, December 20, 2002 8:48 AM
> I received ORA-04031 while exporting database. Can someone explain what
> causes it and how to fix it?
>
>
> . exporting post-schema procedural objects and actions
> EXP-00008: ORACLE error 4031 encountered
> ORA-04031: unable to allocate 4096 bytes of shared memory ("shared
> pool","BEGIN :1 := "SYS"."DBMS_REFR...","PL/SQL MPCODE","BAMIMA: Bam
> Buffer")
> EXP-00083: The previous problem occurred when calling
> SYS.DBMS_REFRESH_EXP_SITES.schema_info_exp
> . exporting statistics
> Export terminated successfully with warnings.
>
>
> Thanks,
> David
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: Nguyen, David M
> INET: david.m.nguyen_at_xo.com
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> 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.net -- Author: Yechiel Adar INET: adar76_at_inter.net.il Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- 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 Fri Dec 20 2002 - 02:54:18 CST
![]() |
![]() |