zoukankan      html  css  js  c++  java
  • OCP-1Z0-052-V8.02-99题

    99. Which two statements are true regarding Oracle Data Pump? (Choose two.)

    A.EXPDP and IMPDP are the client components of Oracle Data Pump.

    B.DBMS_DATAPUMP PL/SQL packages can be used independently of the 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 the export utility of previous

    versions.

    E.EXPDP and IMPDP use the procedures provided by DBMS_METADATA to execute export and import

    commands.

    Answer: AB  

    答案解析:

    参考:http://docs.oracle.com/cd/E11882_01/server.112/e22490/dp_overview.htm#SUTIL802


    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, invoke 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.


     
  • 相关阅读:
    绝对值公式
    高中数学必修1 之 函数
    破解 k4n3程序(调♂教 绅(hen)士(tai) 程序猿)
    摘抄一些看雪坛友的经典语录
    代码子控件居中于父控件
    Floyd模板
    Dijkstra模板
    并查集模板
    字典树模板
    STL之queue
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316546.html
Copyright © 2011-2022 走看看