Oracle Database 12c: Installation and Administration — Question 149
Which two statements are true about SQL*Loader Express Mode in an Oracle 12c database? (Choose two.)
Answer options
- A. It loads data faster than conventional SQL*Loader
- B. No data file needs to be specified
- C. It can load data in parallel
- D. It loads data more efficiently than conventional SQL*Loader
- E. It requires Enterprise Manager Express to be configured
Correct answer: A, C
Explanation
Option A is correct as SQL*Loader Express Mode is designed for faster data loading compared to conventional methods. Option C is also accurate because it supports parallel data loading. Options B, D, and E are incorrect because Express Mode still requires a data file, does not necessarily load more efficiently than conventional methods, and does not require Enterprise Manager Express for its operation.