【OCP 12c】2019年OCP题库062新出现的考题-第35题
最新学讯:近期OCP认证正在报名中,因考试人员较多请尽快报名获取最近考试时间,报名费用请联系在线老师,甲骨文官方认证,报名从速!
我要咨询2018年的时候,OCP 11g考试题库大更新,052 053出现了很多新题,
2019年,11g即将停考的前期,Oracle又出现了一次大变动,12c出现了很多新题,比如062 063题库大更新
OCP解析公开课时间:【每周五晚8点】
OCP解析公开课地址:http://ke.qq.com/course/326223
OCP解析群资料分享:1015267481 验证:ocp
-------------------------------------------------------
35、choose three
Which three statements are true about Oracle Data Pump?
A) Oracle Data Pump export and import operations can be performed to move data across different database releases.
B) Oracle Data Pump export operations invoked from the clients that are connected remotely by using a connection string, create Data Pump files on the client file system.
C) Oracle Data Pump export and import operations can be performed only by users with the SYSDBA privilege.
D) DBMS_DATAPUMP PL/SQL packages can be used independent of Data Pump clients.
E) A directory object must exist and a user performing an EXPDP or IMPDP operation must have read and write permission on that directory object.
Answer:ADE
(解析:数据泵工具是一个非常灵活的数据迁移工具,可以支持不同的数据库版本;在导出的时候directory必须是当前存在的,同时要有读写的权限,在expdp时可以不指定directory
目录,但是需要指定dumpfile=OCM_dir:emp.dmp logfile=OCM_dir:emp.log;远程的客户端可以导出服务器数据库的表,但是导出来的dump文件是放在服务器端的目录下,而不是客户端的目录下,因为directory制定的是服务器端的目录,而不是客户端的目录。)