exam questions

Exam 1z0-160 All Questions

View all questions & answers for the 1z0-160 exam

Exam 1z0-160 topic 1 question 65 discussion

Actual exam question from Oracle's 1z0-160
Question #: 65
Topic #: 1
[All 1z0-160 Questions]

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.
Show Suggested Answer Hide Answer
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

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
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.

SaveCancel
Loading ...