ablog

不器用で落着きのない技術者のメモ

2010-04-15から1日間の記事一覧

ORA-39095: Dump file space has been exhausted: Unable to allocate 8192 bytes

現象 Data Pump で export すると、ORA-39095 が発生した。 $ expdp system/manager directory=pump_dir dumpfile=scott.dmp schemas=scott parallel=8 ... ORA-39095: Dump file space has been exhausted: Unable to allocate 8192 bytes 解決策 parallel …