Checking the space free and used reveals that there is adequate space.
Did you set the parameter filesize in your parameter file?
If you did, please check the number of dump files created.
ls -l *.dmp |wc -l
Is the number returned 99?
If so, you have hit the limit of the maximum number of files data pump can allocate for an export.
There are two possible solutions:
- Increase the filesize parameter ensuring you have calculated the space needed for the export, so that it can fit into 99 files
- Remove the filesize parameter and let Oracle decide how big to make the files. This is dependent on the OS limits and the number of threads or workers specified.
No comments:
Post a Comment