Which two statements are true about Oracle Data Pump?
A.
EXPDP and IMPDP are the client components of Oracle Data Pump.
B.
DBMS_DATAPUMP PL/SQL packages can be used independently of Data Pump clients.
C.
Oracle Data Pump export and import operations can be performed only by users with the
SYSDBA privilege.
D.
Oracle Data Pump imports can be done from the export files generated in Original Export
Release 9.x.
E.
EXPDP and IMPDP use the procedures provided by DBMS_METADATA to execute export and
import commands.
Explanation:
http://docs.oracle.com/cd/B19306_01/server.102/b14215/dp_overview.htm
A and B are correct. But, E also looks correct.Confused.
E is false :
The DBMS_METADATA package provides a centralized facility for the extraction, manipulation, and resubmission of dictionary metadata.
The DBMS_DATAPUMP PL/SQL package to execute export and import command.
Explanation : https://docs.oracle.com/cd/B19306_01/server.102/b14215/dp_overview.htm