Choose two. You execute this command: [oracle@host01 ~]$ expdp system/oracle \
> FULL=Y \
> DUMPFILE=exp_db_full.dmp \
> PARALLEL=4
> LOGFILE=exp_db_full.log \
> JOB_NAME=exp_db_full
During the export operation, you detach from the job by using
CTRL+C and then execute this command:
Export> STOP_JOB= immediate
Are you sure you wish to stop the job ([yes]/no): yes
Which two statements are true about the job?