Oracle Cloud Infrastructure 2021 Architect Professional — Question 8
Which is true about exporting data to Object Storage with MySQL Shell util.dumpInstance?
Answer options
- A. You must have a valid OCI CLI configuration.
- B. You must specify ociParManifest: true.
- C. You must specify ocimds: true.
- D. You must provide an OCI username and password to gain write access to Object Storage.
Correct answer: C
Explanation
The correct answer is C, as specifying ocimds: true is essential for the export process to work properly. Options A and D are incorrect because while OCI CLI configuration and credentials may be necessary for other operations, they are not specifically required for this action. Option B is also incorrect since ociParManifest is not a requirement for exporting data to Object Storage.