expdp multiple files
All,
I am trying to complete a datapump export to multiple 2gb files.
I am using: DUMPFILE=expdp_schema_%U.dmp filesize = 2048mb
and
I only get one file and it fails with error
File name that get created = EXPDP_SCHEMA_U.DMP
Error
ORA-39095: Dump file space has been exhausted: Unable to allocate 4096 bytes
Obviously, because it only creates 1 - 2gb file.
Why is the %U not giving me multiple files?
Thanks,
Kathy