Oracle Cloud Infrastructure 2023 Multicloud Architect Associate — Question 32
You want to check if cloud tools are up-to-date in Exadata Database Service.
Which two steps should you perform to obtain the current version of cloud tooling on a database server? (Choose two.)
Answer options
- A. You must first connect to Exadata Cloud Service as the oracle user.
- B. Run the dbaascli patch tools list command.
- C. You must first connect to Exadata Cloud Service as opc and sudo to the root user.
- D. Run the rpm -qa|grep -i dbaastools_exadata command.
Correct answer: B, C
Explanation
The correct answers are B and C. Running the command dbaascli patch tools list (B) is necessary to list the current versions of cloud tools, while connecting as opc and using sudo to switch to root (C) is often required for administrative tasks. Options A and D do not directly contribute to obtaining the current version of the tools.