Which two statements are true when running DBMS_CLOUD.COPY_DATA? (Choose two.)
DBMS_CLOUD.COPY_DATA loads data into Autonomous Database:
Correct Answer (B): ''The source files can reside in Oracle Object Storage, Amazon S3 Object Storage, or Azure Blob Storage'' is true. The procedure supports these cloud storage services with proper credentials.
Correct Answer (E): ''A valid credential must be created prior to running the DBMS_CLOUD.COPY_DATA procedure'' is true. Credentials (e.g., via DBMS_CLOUD.CREATE_CREDENTIAL) authenticate access to the source storage.
Incorrect Options:
A: Source files are not automatically removed; deletion requires separate action.
C: The target table must exist; COPY_DATA doesn't create it.
D: Archive Storage isn't supported; only Standard Storage is compatible.
This enables flexible data loading from cloud storage.
Peggie
4 hours agoAbraham
5 days agoKristeen
10 days ago