Which entity enables Oracle Data Pump to restart a stopped job?
A.
the SQL file
B.
dynamic views
C.
the master table
D.
the export log file
E.
the repository table
F.
the master control process
Explanation:
Data Pump jobs use a master table, a master process, and worker processes to perform the work and keep track of progress. For every Data Pump Export job and Data Pump Import job, a master process is created. The master process controls the entire job, including communicating with the clients, creating and controlling a pool of worker processes, and performing logging operations.
REF.: Oracle Database Utilities – p 1-6