Oracle Database 12c: Installation and Administration — Question 7
Which two statements are true about Oracle Data Pump export and import operations? (Choose two.)
Answer options
- 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.
Correct answer: A, E
Explanation
Option A is correct because Oracle Data Pump allows for detachment and later reattachment to export jobs. Option E is also correct for the same reason regarding import jobs. The other options are incorrect as they either misrepresent the functionality of Data Pump or the requirements for import operations.