nerdexam
Oracle

1Z0-497 · Question #98

Which two statements are true about Oracle Data Pump?

The correct answer is 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. https://docs.oracle.com/database/121/SUTIL/dp_overview.htm#SUTIL801 Data Pump Components Oracle Data Pump is made up of three distinct parts: - The command-line clients, expdp and impdp - The DBMS_DATAPUMP PL/SQL package (also known as the Data Pump API) - The DBMS_METADATA…

Managing the Database Instance

Question

Which two statements are true about Oracle Data Pump?

Options

  • AEXPDP and IMPDP are the client components of Oracle Data Pump.
  • BDBMS_DATAPUMP PL/SQL packages can be used independently of Data Pump clients.
  • COracle Data Pump export and import operations can be performed only by users with the SYSDBA
  • DOracle Data Pump imports can be done from the export files generated in Original Export Release
  • EEXPDP and IMPDP use the procedures provided by DBMS_METADATA to execute export and

How the community answered

(16 responses)
  • A
    75% (12)
  • C
    13% (2)
  • D
    6% (1)
  • E
    6% (1)

Explanation

https://docs.oracle.com/database/121/SUTIL/dp_overview.htm#SUTIL801 Data Pump Components Oracle Data Pump is made up of three distinct parts: - The command-line clients, expdp and impdp - The DBMS_DATAPUMP PL/SQL package (also known as the Data Pump API) - The DBMS_METADATA PL/SQL package (also known as the Metadata API) The Data Pump clients, expdp and impdp, start the Data Pump Export utility and Data Pump Import utility, respectively. The expdp and impdp clients use the procedures provided in the DBMS_DATAPUMP PL/SQL package to execute export and import commands, using the parameters entered at the command line. These parameters enable the exporting and importing of data and metadata for a complete database or for subsets of a database. When metadata is moved, Data Pump uses functionality provided by the DBMS_METADATA PL/SQL package. The DBMS_METADATA package provides a centralized facility for the extraction, manipulation, and re-creation of dictionary metadata. The DBMS_DATAPUMP and DBMS_METADATA PL/SQL packages can be used independently of the Data Pump clients.

Topics

#Data Pump#EXPDP#IMPDP#DBMS_DATAPUMP

Community Discussion

No community discussion yet for this question.

Full 1Z0-497 Practice