Oracle Cloud Infrastructure 2021 Multicloud Architect Associate — Question 46

You have created an Autonomous Data Warehouse (ADW) service in your company's Oracle Cloud Infrastructure (OCI) tenancy and you now have to load historical data into it. You have already extracted this historical data from multiple data marts and data warehouses. This data is stored in multiple CSV text files and these files are ranging in size from 25 MB to 20 GB.
Which is the most efficient and error tolerant method for loading data into ADW? (Choose the best answer.)

Answer options

Correct answer: D

Explanation

Option D is the most efficient and error-tolerant method as it leverages the DBMS_CLOUD.COPY_DATA procedure, which is designed for bulk data transfer and handles errors effectively. Option A uses the web console for uploads, which is less efficient for large datasets. Option B does not utilize object storage and relies on SQL*Loader, which is not as optimized for ADW. Option C, while it uses OCI CLI, suggests using Data Pump Import, which isn't as suitable for CSV file handling in this context.