Which two statements are true?

You want to perform an on-demand backup.
Which two statements are true?

You want to perform an on-demand backup.
Which two statements are true?

A.
Connect to the instance’s VM as the opc user.

B.
Connect to the instance’s VM as the oracle user.

C.
Disable the backup configuration (crontab).

D.
Enable the backup configuration (crontab).

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:
$ sudo -s
#
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 command:
# /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:
# exit
$ exit
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-service.pdf



Leave a Reply 2

Your email address will not be published. Required fields are marked *


IOL

IOL

A,C.

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. (C)