Oracle Database 11g: Administration I — Question 16
Where is an expdp operation tracked?
Answer options
- A. dump files
- B. log files
- C. control file
- D. Automatic Diagnostic Repository (ADR)
- E. master table (MT)
Correct answer: C
Explanation
The correct answer is C, as the expdp operation's progress is recorded in the control file, which maintains the state of the database. Options A and B refer to files that contain data exports and logs but do not track the operation itself. Options D and E are also not relevant to tracking expdp operations.