Examine the command:
$expdp SYSTEM FULL=YES DUMPFILE=dpump_dir1:fulll%U.dmp, dpump_dir2:full2% U.dmp, dpump_dir3:full3%U.djnp FILESIZE=400M PARALLEL=3
JOB_NAME=expfull -
Which statement is true about the execution of the command?
Examine the command:
$expdp SYSTEM FULL=YES DUMPFILE=dpump_dir1:fulll%U.dmp, dpump_dir2:full2% U.dmp, dpump_dir3:full3%U.djnp FILESIZE=400M PARALLEL=3
JOB_NAME=expfull -
Which statement is true about the execution of the command?
The command succeeds and exports the full database, simultaneously creating dump files at three different locations. With the PARALLEL=3 and FILESIZE=400M parameters, multiple dump files will be created as needed to ensure each file does not exceed the specified file size. Thus, the total number of dump files can exceed the number specified if the database export requires more space.
D is the correct answer