In which two scenarios do you use SQL* Loader to load data?
Question:
Which two scenarios do you use SQL* Loader to load data?
Options:
Transform the data while it is being loaded into the database.
Use transparent parallel processing without having to split the external data first.
Load data into multiple tables during the same load statement.
Generate unique sequential key values in specified columns.
Correct Answer
The Correct Answer for this Question is
Load data into multiple tables during the same load statement.
Generate unique sequential key values in specified columns.