How to fix the Oracle error EXP-00073: dump file size too small?
In this post, you’ll learn more about the Oracle ErrorEXP-00073: dump file size too small with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
EXP-00073: dump file size too small
Reason for the Error EXP-00073: dump file size too small
You specified either the FILESIZE parameter or the VOLSIZE parameter (if your platform supports it), and the value of the parameter is too small to hold the header information for the export file, plus any data.
How to fix the Error EXP-00073: dump file size too small ?
You can fix this error in Oracle by following the below steps
Increase the value of the FILESIZE or VOLSIZE parameter.
Leave Your Comment