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

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

时间:2019-08-28 14:33:36      阅读:112      评论:0      收藏:0      [点我收藏+]

标签:employee   两种   cat   clob   外部表   方式分为   wan   目录文件   file   

You want to access employee details contained in flat files created by an application.

Which two methods will achieve this?

A)Use a BFILE column in a table to access the flat file.

B)Use an Oracle Loader type External table.

C)Use an Oracle Data Pump type External table.

D)Use a CLOB column in a table to access the flat file.

E)Use a LONG RAW column in a table to access the flat file.

Answer: AB

赵:

外部表可以实现通过数据库对象直接访问目录文件里的格式数据,加载方式分为两种 oracle_loader 和oracle_datapump。oracle_loader 方式通过 sqlldr 引擎方式加载,访问 flat 格式文件;oracle_datapump通过 datapump 接口来加载,访问通过 oracle_datapump 方式加载的 dmp 文件;

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

标签:employee   两种   cat   clob   外部表   方式分为   wan   目录文件   file   

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

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