Oracle Cloud Infrastructure 2021 Architect Professional — Question 6
Which two methods can be used to stop a DB system? (Choose two.)
Answer options
- A. Use the STOP action on the DB system details page in the OCI Console.
- B. Run the shutdown command from a mysqladmin client logged in as the admin user.
- C. Run the SHUTDOWN SQL statement from any connected client logged in as the admin user.
- D. Execute the mysql db-system stop command from OCI CLI.
Correct answer: A, C
Explanation
The correct answers are A and C because the STOP action in the OCI Console and the SHUTDOWN SQL statement both effectively stop the DB system. Option B is incorrect as the shutdown command from mysqladmin does not stop the DB system in OCI. Option D is also incorrect because it refers to a command that does not exist in this context.