Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: help - export error
"Shaw, John B" wrote:
>
> So what does this really mean?
>
> EXP-00008: ORACLE error 4031 encountered
> ORA-04031: unable to allocate 4032 bytes of shared memory ("shared
> pool","oracle
> /aurora/rdbms/DbmsReal...","joxlod: in ehe","ioc_allocate_pal")
> EXP-00000: Export terminated unsuccessfully
>
Hi John,
It sounds as if you don't have enough memory allocated to java. You're probably thinking - "I don't need no stinkin' java" Well, its not optional in 8.1.6 - you're stuck with it.
please check the following parameter in your init.ora file:
java_pool_size
For applying patches, I have found the following value to work well: (64 MB)
java_pool_size = 67108864
After applying the patch, I usually set the value back down to: (4MB)
java_pool_size = 4194304
that is - if you're not really using java. So feed it some RAM, and see if it leaves you alone ... Received on Thu Oct 26 2000 - 01:18:02 CDT
![]() |
![]() |