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 theopcuser.

B.
Connect to the instance’s VM as theoracleuser.

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 databasedeployment
hosting a single-instance database or an Oracle Data Guard configuration.
D: If some activity you want to perform requires you to temporarily disable regularly
scheduledbackups, 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-databasecloud-service.pdf



Leave a Reply 6

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


MARTIN

MARTIN

SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=
HOME=/

# For details see man 4 crontabs

# Example of job definition:
# .—————- minute (0 – 59)
# | .————- hour (0 – 23)
# | | .———- day of month (1 – 31)
# | | | .——- month (1 – 12) OR jan,feb,mar,apr …
# | | | | .—- day of week (0 – 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# | | | | |
# * * * * * user-name command to be executed

6 23 * * * root /var/opt/oracle/bkup_api/bkup_api bkup_start –dbname=ORCL
0,30 * * * * root /var/opt/oracle/bkup_api/bkup_api bkup_archlogs –dbname=ORCL
15 03 * * 6 oracle /var/opt/oracle/cleandb/cleandblogs.pl

Vish

Vish

Can someone please confirm on this whether answer is “A,C” or “A,D” ?

As in documentation no where mentioned about disabling the config in crontab.