Which three statements are true about Oracle Data Pump export and import operations?

Which three statements are true about Oracle Data Pump export and import operations?

Which three statements are true about Oracle Data Pump export and import operations?

A.
You can detach from a data pump export job and reattach later.

B.
Data pump uses parallel execution server processes to implement parallel import.

C.
Data pump import requires the import file to be in a directory owned by the oracle owner.

D.
The master table is the last object to be exported by the data pump.

E.
You can detach from a data pump import job and reattach later.

Explanation:
B: Data Pump can employ multiple worker processes, running in parallel, to
increase job performance.
D: For export jobs, the master table records the location of database objects within a dump file set.
/ Export builds and maintains the master table for the duration of the job. At the end of an export
job, the content of the master table is written to a file in the dump file set.
/ For import jobs, the master table is loaded from the dump file set and is used to control the
sequence of operations for locating objects that need to be imported into the target database.



Leave a Reply 8

Your email address will not be published. Required fields are marked *


Shawn

Shawn

Question is probably wrong as E is also right. You can detach from both data pump import & export jobs and reattach later.

noori

noori

B may be wrong because it uses for both EXPDP and IMPDP.

OCP11g

OCP11g

So what exactly in that question
A.
You can detach from a data pump export job and reattach later.YES reattach later
B.
Data pump uses parallel execution server processes to implement parallel import. Yes Parallel Import & Export

C.
Data pump import requires the import file to be in a directory owned by the oracle owner………………..NO

D.
The master table is the last object to be exported by the data pump…….YES

E.
You can detach from a data pump import job and reattach later…..i think NO for import its only for export

fj

fj

ADE

B: worker processes

rtp101

rtp101

I’ve checked it by myself. Yes, I can reattach to impdp.

Lich