Oracle Database 12c: Installation and Administration — Question 192

In which two scenarios do you use SQL* Loader to load data? (Choose two.)

Answer options

Correct answer: C, D

Explanation

The correct answers are C and D because SQL*Loader allows loading data into multiple tables in one load statement and can generate unique sequential key values for specified columns. Options A and B are incorrect as they do not represent typical use cases for SQL*Loader, which focuses more on data loading than data transformation or the requirement of processing external data.