Identify the steps in the correct order.

Examine the steps to configure Oracle Secure Backup (OSB) for use with RMAN:
1.Create media families for data files and archived redo log files.
2.Configure database backup storage selectors or RMAN media management parameters.
3.Create an OSB user preauthorized for RMAN operations.
4.Configure RMAN Access to the OSB SBT.
5.Disable Non-Uniform Memory Access (NUMA) awareness by setting the ob_ignore_numa
parameter to 0.
Identify the steps in the correct order.

Examine the steps to configure Oracle Secure Backup (OSB) for use with RMAN:
1.Create media families for data files and archived redo log files.
2.Configure database backup storage selectors or RMAN media management parameters.
3.Create an OSB user preauthorized for RMAN operations.
4.Configure RMAN Access to the OSB SBT.
5.Disable Non-Uniform Memory Access (NUMA) awareness by setting the ob_ignore_numa
parameter to 0.
Identify the steps in the correct order.

A.
1, 4, 3, 2, 5

B.
1, 3, 4, 5, 2

C.
4, 3, 1, 2, 5

D.
4, 3, 5, 1, 2



Leave a Reply 10

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


MJ

MJ

This answer is wrong. Correct answer is C.

Vonpire

Vonpire

C

Configuring RMAN and Oracle Secure Backup

To configure Oracle Secure Backup for use with RMAN, perform the following steps in Oracle Secure Backup:

Configure RMAN access to the Oracle Secure Backup SBT interface. If you are using Enterprise Manager Database Control, then this step involves registering the administrative server with Enterprise Manager.

This step is explained in “Configuring RMAN Access to the Oracle Secure Backup SBT Library”.

Create a preauthorized Oracle Secure Backup account for use by RMAN.

This step is explained in “Creating a Preauthorized Oracle Secure Backup Account”.

Optionally, create media families for datafiles and archived redo logs. By default RMAN uses the RMAN-DEFAULT media family.

This step is explained in “Creating Media Families for RMAN Backups”.

Optionally, configure database backup storage selectors or RMAN media management parameters. These settings give you more fine-grained control over backup behavior.

These steps are explained in “Creating a Database Backup Storage Selector” and “Setting Media Management Parameters in RMAN”.

Tri

Tri

C is here:

1. Configure RMAN access to the Oracle Secure Backup SBT.
2. Create an Oracle Secure Backup user preauthorized for RMAN operations.
3. It is recommended that you create media families for data files and archived redo logs. If you do not create your own media families, then by default RMAN uses the RMAN-DEFAULT media family.
4. Optionally, configure database backup storage selectors or RMAN media management parameters. These settings give you more fine-grained control over storage selection for backups.
5. Optionally, disable NUMA-awareness by setting the OB_IGNORE_NUMA to 0.
The default value of this parameter is 1, thus making Oracle Secure Backup NUMA-aware. This ensures that, for a database backup or restore operation, the Oracle shadow process and the Oracle Secure Backup data service are located in the same NUMA region or node.

https://docs.oracle.com/cd/E16926_01/doc.121/e16564/osb_rman_backup.htm#OBADM198