What must you use to read data from a table in your dat…

What must you use to read data from a table in your database and write it to an external table? (Choose the best answer)

What must you use to read data from a table in your database and write it to an external table? (Choose the best answer)

A.
Use SQL* LOADER conventional path load.

B.
Use SQL* LOADER direct path load.

C.
Use CREATE TABLE. . ORAGANIZATION EXTERNAL command with ORACLE_LOADER access driver.

D.
Use CREATE TABLE. . ORGANIZATION EXTERNAL command with ORACLE_DATAPUMP access driver.

Explanation:



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Hvd

Hvd

D

ORACLE_LOADER access driver can perform only data loads. ORACLE_DATAPUMP can do loads and unloads