Oracle Cloud Infrastructure 2019 Developer Associate — Question 132
Which two options are valid for loading data directly into Autonomous Data Warehouse (ADW)? (Choose two.)
Answer options
- A. Data Integrator
- B. Data Pump
- C. Data Transfer Service
- D. SQL*Loader
Correct answer: B, D
Explanation
The correct methods for loading data into ADW are Data Pump and SQL*Loader. Data Pump is specifically designed for high-speed data loading, while SQL*Loader is used for loading data from flat files. Data Integrator and Data Transfer Service, while useful for other tasks, are not directly applicable for loading data into ADW.