【DB笔试面试109】在Oracle中,Which 。。。conventional path of SQL*Loader?()
作者:互联网
Which statement is true about loading data using the conventional path of SQL*Loader?
A、Redo is not generated while performing conventional path loads.
B、Only PRIMARY KEY, UNIQUE KEY, and NOT NULL constraints are checked.
C、The SQL*Loader control file is a text file that contains data definition language (DDL) instructions.
D、Instead of performing transactions, SQL*Loader directly writes data blocks to the data files.
E、INSERT triggers are disabled before the conventional path load and reenabled at the end of the load.
A 答案:C。
题目要求选出与SQL*Loader的常规路径加载说法正确的选项。
本题中,对于选项A,常规路径加载的时候会产生REDO日志的,选项A错误。
对于选项B,所有的约束均有效,而不止PRIMARY KEY、UNIQUE KEY和NOT NULL这3项约束。所以,选项B错误。
对于选项C,SQL*Loader的控制文件是一个文本文件,其中包含了一些DDL结构。所以,选项C正确。
对于选项D,SQL*Loader的常规路径加载是经过内存的,而不是直接写入数据文件。所以,选项D错误。
对于选项E,SQL*Loader加载的时候,表上的相关触发器是会执行的。所以,选项E错误。
所以,本题的答案为C。
|
● 本文作者:小麦苗,只专注于数据库的技术,更注重技术的运用
● 作者博客地址:http://blog.itpub.net/26736162/abstract/1/
● 文章内容来源于作者的学习笔记,部分整理自网络,若有侵权或不当之处还请谅解
● 版权所有,欢迎分享本文,转载请保留出处
长按下图识别二维码或微信扫描下图二维码来关注小麦苗的微信公众号:xiaomaimiaolhr,学习最实用的数据库技术。
本文分享自微信公众号 - DB宝(lhrdba)。
如有侵权,请联系 support@oschina.cn 删除。
本文参与“OSC源创计划”,欢迎正在阅读的你也加入,一起分享。
标签:选项,conventional,DB,Loader,KEY,SQL,path 来源: https://blog.51cto.com/lhrbest/2706971