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?
A.
Use the bkup_api utility logged in as the oracle user to reconfigure the retention period and cycle period of the backups.
B.
Edit the /home/oracle/bkup/oscfg.spec specification file that is used by the DBaaS backup feature to maintain the list of system files and folders that are to be backed up.
C.
Edit the /home/oracle/bkup/dbcfg.spec specification file that is used by the DBaaS backup feature to maintain the list of database configuration files that are to be backed up.
D.
Use dbms_scheduler to perform automatic backups.
Suggested Answer:AC🗳️
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 C. Customizing Which Database Configuration Files Are Backed Up To change which database 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. References: 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-service.pdf
Currently there are no comments in this discussion, be the first to comment!
This section is not available anymore. Please use the main Exam Page.1z0-160 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Comments