97. 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.No exclusive locks are acquired when the conventional path loads are performed.
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.
Answer: C
答案解析:
参考:http://blog.csdn.net/rlhua/article/details/12749863
本文探讨了SQL*Loader中的两种主要数据加载方式——常规路径加载与直接路径加载的区别。常规路径通过执行SQL INSERT语句进行加载,而直接路径则通过格式化Oracle数据块并直接写入数据文件来提升效率。
3258

被折叠的 条评论
为什么被折叠?



