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

Home -> Community -> Usenet -> comp.databases.oracle -> [9i] Not enough large pool during export

[9i] Not enough large pool during export

From: Volker Zink <Volker.Zink_at_porabo.ch>
Date: 20 Aug 2004 05:44:13 -0700
Message-ID: <fd05ec4d.0408200444.39891230@posting.google.com>


I have a problem with a 9i.2 database. During export i always get following error (its in german):

...

. Kontext-Namespaces werden exportiert
. Exportieren der Fremdfunktions-Bibliotheksnamen
. Synonyme vom Typ PUBLIC werden exportiert
EXP-00008: ORACLE-Fehler 4031 gefunden
ORA-04031: 4032 Bytes des gemeinsamen Speichers konnten nicht zugewiesen werden ("large pool","unknown object","ioc_make_sub2","ioc_allocate_pal") EXP-00000: Der Export-Vorgang endete mit Fehlern

The export-command is

exp user/pw_at_db file=db.exp log=db.log full=y

The first time i saw the error i increased the large pool from 40M to 56M. Didn't help. I increased it even further to 104M (shutdown/startup after the change included). Still i get the same error during export. And always at the same line (Synonyme vom Typ PUBLIC werden exportiert/Synonyms of type PUBLIC are being exported). Fortunately this is not a production database. I have databases in production with a large_pool_size of 56M and never had a problem with export, even if they have large amounts of data compared to the database which causes the problem.

So whats wrong? I assume its not the large pool.

Thanks

Volker Received on Fri Aug 20 2004 - 07:44:13 CDT

Original text of this message

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