码迷,mamicode.com
首页 > 其他好文 > 详细

OCP-052考试题库汇总(35)-CUUG内部解答版

时间:2019-08-19 11:31:20      阅读:79      评论:0      收藏:0      [点我收藏+]

标签:加密   database   ssi   without   password   同名   import   pre   lease   

Which two are true about Oracle Data Pump in Oracle Database 11g Release 2?

A)If the directory used in the export operation has existing dump files, it overwrites them.

B)It allows encryption to be performed without using a password.

C)It supports the export of specific views as tables.

D)It allows compression levels to be defined for the export.

E)It supports the renaming of tables during import.

Answer: DE

赵:AE=>DE

A 译:如果导出操作中使用的目录有现有的转储文件,则会覆盖这些文件。

D 译:它允许为导出定义压缩级别。

11g expdp 工具支持压缩和加密功能,但是加密的时候需要用到密码。压缩的方式分别 是 ALL,DATA_ONLY, METADATA_ONLY,DEFAULT 或 NONE。默认是会采用 DEFAULT 的压缩方式采用METADATA_ONLY 级别压缩。加密的级别是 ALL,DATA_ONLY,METADATA_ONLY,ENCRYPTED_COLUMNS_ONLY 或 NONE。设置参数 REUSE_DUMPFILES 覆盖目标转储文件 (如果文件存在) (N)。

冉:这个就是文字游戏了,A 和 D 都有参数支持,但 D 答案用了一个 allow,比 A 答案更好。仔细看E 答案,同理,用了一个 supports。选 DE 吧。

赵:A 错,如果导出时没有使用 REUSE_DUMPFILES=Y 这个参数,且已经有同名文件存在,将报错ORA-27038: created file already exists。

网友选 AE,按冉老师的来。

OCP-052考试题库汇总(35)-CUUG内部解答版

标签:加密   database   ssi   without   password   同名   import   pre   lease   

原文地址:https://blog.51cto.com/13854012/2430618

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!