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

Home -> Community -> Usenet -> c.d.o.server -> ORA-04031 during export

ORA-04031 during export

From: Andre Doehn <a.doehn_at_gmx.net>
Date: Wed, 21 Nov 2001 12:52:03 +0100
Message-ID: <9tg4gd$2bb31$1@ID-71421.news.dfncis.de>


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

Original text of this message

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