You execute this command:
[oracle@host01 ~]$ expdp system/oracle \
> FULL=Y \
> DUMPFILE=exp_db_full.dmp \
> PARALIEL=4 \
> LOGFLE=exp_db_full.log \
> JOB_NAME=exp_db_full
During the export operation, you detach from the job by using crtl+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?
A.You can reattach to it and monitor it B.You can reattach to it but not monitor it C.It terminates D.It continues to run in the backaround E.It is paused and can be resumed正确答案AE