博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
OCP-052考试题库汇总(45)-CUUG内部解答版
阅读量:4708 次
发布时间:2019-06-10

本文共 640 字,大约阅读时间需要 2 分钟。

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

转载于:https://www.cnblogs.com/cnblogs5359/p/11423511.html

你可能感兴趣的文章
leetcode133 - Clone Graph - medium
查看>>
UNET学习笔记2 - 高级API(HLAPI)
查看>>
"ORA-00942: 表或视图不存在 "的原因和解决方法[转]
查看>>
Oauth支持的5类 grant_type 及说明
查看>>
C#中用DateTime的ParseExact方法解析日期时间(excel中使用系统默认的日期格式)
查看>>
W3100SM-S 短信猫代码发送 上
查看>>
netty接收大文件的方法
查看>>
软件工程设计之四则运算
查看>>
SpringMVC @ResponseBody 406
查看>>
Partial Tree UVALive - 7190(完全背包)
查看>>
0816 1459 json & pickle ,目录导入,目录规范
查看>>
敏捷开发入门教程
查看>>
顺序容器的insert使用方法
查看>>
Markdown的使用
查看>>
销售系统学习.mdl
查看>>
触发器
查看>>
mysql配置默认字符集为UTF8mb4
查看>>
WPF实现3D翻转的动画效果
查看>>
自定义圆环进度条
查看>>
UILayer
查看>>