Hey all,
I got the ora error mentioned when I try to export a schema (roundabout 40GB).
I'm using the following command:
expdp ***/***@server DUMPFILE=***_db_%%U.dmp LOGFILE=****_exp.log SCHEMAS=*** DIRECTORY=DIR_WED JOB_NAME=export_*** REUSE_DUMPFILES=Y FILESIZE=30359738368 EXCLUDE=USER EXCLUDE=SYSTEM_GRANT EXCLUDE=ROLE_GRANT EXCLUDE=DEFAULT_ROLE EXCLUDE=STATISTICS
Thanks in advance for your help.