Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> ORA-04031 during export
hi list,
when I try to export a schema i got an ORA-04031 error at the end
of db export:
EXP-00008: ORACLE-error 4031 found
ORA-04031: unable to allocate 4032 bytes of shared memory ("shared
pool","java/io/BufferedWriterSYS","joxlod: in ehe","ioc_allocate_pal")
its a oracle 8.1.7 server running on linux with 512MB and i dont need java
so i set the JAVA_POOL_SIZE to 1MB
maybe thats the problem?
here is a small part of my init.ora:
db_block_buffers = 50000
shared_pool_size = 62914560
large_pool_size = 1048576
java_pool_size = 1048576
processes = 60
log_buffer = 2097152
any hint?
bye
andre
Received on Wed Nov 21 2001 - 05:52:03 CST
![]() |
![]() |