Oracle Cloud Infrastructure 2019 Cloud Operations Associate — Question 14
You may need to create an on-demand backup of a database instance, or restore a backup.
Which two steps are true about performing an on-demand backup?
Answer options
- A. You must first connect to the instance VM as the ROOT user.
- B. You must disable the scheduled backup configuration.
- C. You must first connect to the instance VM as the oracle user.
- D. You must execute bkup_api with the bkup_start option.
- E. You must execute bkup_api with the bkup_create option.
Correct answer: A, D
Explanation
The correct steps for performing an on-demand backup require connecting as the ROOT user and executing bkup_api with the bkup_start option. Connecting as the oracle user (option C) or disabling scheduled backups (option B) are not necessary for this process, and executing bkup_api with the bkup_create option (option E) does not apply to starting a backup.