1Z0-160 · Question #25
You did not configure Backup and Recovery during instance creation. You therefore need to schedule your backup strategy with RMAN. Which two tasks would you need to perform to customize the backup…
The correct answer is A. Use the bkup_api utility logged in as the oracle user to reconfigure the retention period and cycle C. Edit the /home/oracle/bkup/dbcfg.spec specification file that is used by the DBaaS backup feature. A: 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. By default, the backup is given a timestamp-based tag. To specify a custom backup tag, add the - -tag option to…
Question
You did not configure Backup and Recovery during instance creation. You therefore need to schedule your backup strategy with RMAN. Which two tasks would you need to perform to customize the backup configuration?
Options
- AUse the bkup_api utility logged in as the oracle user to reconfigure the retention period and cycle
- BEdit the /home/oracle/bkup/oscfg.spec specification file that is used by the DBaaS backup feature
- CEdit the /home/oracle/bkup/dbcfg.spec specification file that is used by the DBaaS backup feature
- DUse dbms_scheduler to perform automatic backups.
- ECustomizing Which Database Configuration Files Are Backed Up To change which database
How the community answered
(37 responses)- A84% (31)
- B8% (3)
- D5% (2)
- E3% (1)
Explanation
A: 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. By default, the backup is given a timestamp-based tag. To specify a custom backup tag, add the - -tag option to the bkup_api command; for example, to create a longterm backup with the tag "monthly", enter the following command: # /var/opt/oracle/bkup_api/bkup_api bkup_start --keep --tag=monthly configuration files are backed up: 1. Connect as the oracle user to the compute node. For detailed instructions, see Connecting to a Compute Node Through Secure Shell (SSH). 2. Edit the contents of the /home/oracle/bkup/dbcfg.spec file: The backup feature provided by Oracle Database Cloud Service backs up the files and folders listed in this specification file. Using Oracle Database Cloud Service (February 2017) , pages 6-4, 6-10 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.