after expdp resume it overwrites the previous dump file
Hi everyone,
Running expdp 11.2.0.4 database,
expdp attach SYS_EXPORT_TABLE_01
...
Export> stop_job=immediate
......
Export> continue_client
- before continue client, file size is:
/xxx/xxx/xxx/xxx_01.dpf
-rw-r----- 1 oracle dba 1784418304 Dec 10 16:37 xxx_01.dpf <---- files size is 1.7G
- after continue client, It overwrites the dump file
-rw-r----- 1 oracle dba 86016 Dec 10 16:46 xxx_01.dpf <---- after continue it did not do anything and overwrites the previous dump file
Do you guys have similar experience. Please advise what went wrong
Thanks
guy