Chinaunix首页 | 论坛 | 博客
  • 博客访问: 593356
  • 博文数量: 487
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 4916
  • 用 户 组: 普通用户
  • 注册时间: 2018-07-05 13:59
个人简介

ocp考试资料群:569933648 验证码:ocp OCP 12c 19c考试题库解析与资料群:钉钉群号:35277291

文章分类

全部博文(487)

文章存档

2023年(37)

2021年(151)

2020年(37)

2019年(222)

2018年(38)

我的朋友

分类: Oracle

2019-08-28 13:27:28

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 文件;

阅读(1044) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~