Which three statements are true about Oracle Data Pump export and import operations?()A. You can detach from a data pump export job and reattach later.B. Data pump uses parallel execution server processes to implement parallel import.C. Data pump import r

题目
Which three statements are true about Oracle Data Pump export and import operations?()

A. You can detach from a data pump export job and reattach later.

B. Data pump uses parallel execution server processes to implement parallel import.

C. Data pump import requires the import file to be in a directory owned by the oracle owner.

D. The master table is the last object to be exported by the data pump.

E. You can detach from a data pump import job and reattach later.


相似考题
更多“Which three statements are true about Oracle Data Pump export and import operations?() ”相关问题
  • 第1题:

    Whichofthefollowingrolesmustbegrantedtoausertoperformafulldatabaseimport?()

    A.CONNECT

    B.IMP_FULL_DATABASE

    C.FULL_EXPORT_PRIVS

    D.RESOURCE

    E.FULL_IMPORT_PRIVS


    参考答案:B

  • 第2题:

    What are the three BGP well-known communities? ()(Choose three.)

    A.no-import

    B.no-export

    C.no-advertise

    D.no-export-subconfed

    E.no-import-subconfed


    参考答案:B, C, D

  • 第3题:

    A. consignee; consignor B. consignor; applicant
    C. consignor ; consignee D. consignee; applicant
    A. import ; sales contract B. export ; sales contract
    C. import ; bill of lading D. export ; bill of lading


    答案:A
    解析:

  • 第4题:

    oracle数据库(PLSQL)导入.sql文件出错:无效的字符集

    sql脚本是前一阵子在XP系统上得ORACLE 10g通过PLSQL—>export导出的,后面把系统还成win7了  oracle还是以前的安装文件安装了(也就是还是以前的oracle 只不过在win重装了)  之后导入前面的.sql脚本文件(用PLSQL ->import)就报这个错了 我不知道以前的oracle的字符集 ,所以不知道导入这个.sql文件要怎么修改现在的oracle的字符集??请高手帮忙


    命令行中:
    sqlplus / as sysdba;//注意空格
    //关闭所有连接数据库的连接
    SQL>SHUTDOWN IMMEDIATE;

       SQL>STARTUP MOUNT;

      SQL>ALTER SYSTEM ENABLE RESTRICTED SESSION;

      SQL>ALTER SYSTEM SET JOB_QUEUE_PROCESSES=0;

      SQL>ALTER SYSTEM SET AQ_TM_PROCESSES=0;

      SQL>ALTER DATABASE OPEN;

      SQL>ALTER DATABASE CHARACTER SET INTERNAL_USE ZHS16GBK;   SQL>SHUTDOWN IMMEDIATE;

      SQL>STARTUP

    字符集就修改了。我估计用汉字编码肯定符合你的要求,另外你的文件就用记事本打开,另存为,编码选择"ansi"即可。


    希望能帮到你,别忘了采纳我的答案哦,祝你生活愉快!


  • 第5题:

    在用CNAIIMPORT时要将导入的数据存在在哪个目录下:()

    A.CNAI_DATA_DIR

    B.CNAI_EXPORT_DIR

    C.CNAI_IMPORT_DIR

    D.CNAI_REPORT_FILE_DIR


    参考答案:A

  • 第6题:

    进入数据库navy1后,将数据库脚本(/data/navy2.sql)导入到数据库中的正确语句是

    A.include /data/navy2.sql

    B.source /data/navy2.sql

    C.import /data/navy2.sql

    D.@ /data/navy2.sql


    source /data/navy2.sql