1Z0-160 · Question #47
You want to perform an on-demand backup. Which two statements are true?
The correct answer is A. Connect to the instance's VM as the opc user. D. Enable the backup configuration (crontab). A: Creating an On-Demand Backup by Using the bkup_api Utility You can use the bkup_api utility to create an on-demand backup of a database deployment hosting a single-instance database or an Oracle Data Guard configuration. 1. Connect as the opc user to the compute node. In a…
Question
You want to perform an on-demand backup. Which two statements are true?
Options
- AConnect to the instance's VM as the opc user.
- BConnect to the instance's VM as the oracle user.
- CDisable the backup configuration (crontab).
- DEnable the backup configuration (crontab).
How the community answered
(29 responses)- A72% (21)
- B10% (3)
- C17% (5)
Explanation
A: Creating an On-Demand Backup by Using the bkup_api Utility You can use the bkup_api utility to create an on-demand backup of a database deployment hosting a single-instance database or an Oracle Data Guard configuration. 1. Connect as the opc user to the compute node. In a Data Guard configuration, connect to the compute node hosting the primary database. 2. Start a root-user command shell: 3. You can choose to have the backup follow the current retention policy, or you can choose to create a long-term backup that persists until you delete it: ?To create a backup that follows the current retention policy, enter the following bkup_api # /var/opt/oracle/bkup_api/bkup_api bkup_start ?To create a long-term backup, enter the following bkup_api command: # /var/opt/oracle/bkup_api/bkup_api bkup_start --keep 1. Exit the root-user command shell and disconnect from the compute node: D: If some activity you want to perform requires you to temporarily disable regularly scheduled backups, you can do so by removing the scheduling information from the system-wide /etc/crontab file. Using Oracle Database Cloud Service (February 2017), 6-4 https://docs.oracle.com/en/cloud/paas/database-dbaas-cloud/csdbi/using-oracle-database-cloud-
Topics
Community Discussion
No community discussion yet for this question.