Database Backup   «Prev 

Oracle Secure Backup and Recovery Manager

Oracle Secure Backup is a media management layer for RMAN, and it supplies an SBT interface that RMAN can use to back up database files to tape. The OSB SBT library is the only interface that supports RMAN encrypted backups and unused block compression directly to tape. The RMAN ability to eliminate backup of committed undo is exclusive to OSB and is not available with other media management products. In Oracle Database 11g, CPU overhead is reduced by using a shared buffer for SBT (System Backup to Tape) and tape to eliminate the copy process from SBT to the tape buffer. OSB is better integrated with Oracle Enterprise Manager (OEM) as compared with other media managers, and managing tapes, media servers, and tape devices using OEM is exclusive to OSB.

What Is Oracle Secure Backup?

Oracle Secure Backup supplies reliable data protection through file system backup to tape. The Oracle Secure Backup SBT interface enables you to use Recovery Manager (RMAN) to back up Oracle databases. All major tape drives and tape libraries in SAN, Gigabit Ethernet, and SCSI environments are supported.

Oracle Secure Backup Features

Oracle Secure Backup enables you to do the following:
  1. Centrally manage tape backup and restore operations of distributed, mixed-platform environments (see Oracle Secure Backup Installation Guide for supported machine architectures). You can access local and remote file systems and devices from any location in a network without using NFS or CIFS.
  2. Back up to and restore data from Oracle Cluster File System (OCFS) on Linux and Windows.
  3. Use wildcards and exclusion lists to specify what you want to back up.
  4. Perform multilevel incremental backups.
  5. Duplex database backups so that the same data stream goes to multiple devices. You can specify different media families or devices for each copy of the data.
  6. Create backups that span multiple volumes.
  7. Optimize tape resources with automatic drive sharing.
  8. Restore data rapidly. Oracle Secure Backup uses direct-to-block positioning and direct access restore to avoid unnecessarily reading tape blocks to locate files. Oracle Secure Backup maintains a record of the tape position of all backup data in its catalog for rapid retrieval.
  9. Maintain security and limit the users who are authorized to perform data management operations. By default, SSL is used for authentication and communication between hosts in the administrative domain.

Recovery Manager Overview

rman overview
rman Overview

Production Database - This is the database you will back up
Production Database: This is the database that you will backup.

Server Process - This server process will write data to a disk for RMAN
Server Process: This server process will write data to disk for RMAN.

Server Process - This server process will talk to the Media Manager Layer to write data to tape
Server Process: This server process will talk to the Media Management Layer to write data to tape.

Server Process - This is the default server process which connects to the production database
Server Process: This is the default server process which connects to the production database.

Server Process - This server process will connect to the recovery catalog database
Server Process: This server process will connect to the recovery catalog database.

Recovery Catalog Database - This database maintains information about Recovery Manager backups
Recovery Catalog Database: This database maintains information about a Recovery Manager backups.

Disk: This is the disk that will hold the backed up data.
Disk: This is the disk that will hold the backed up data.

Media Management Layer: This is the software that will manage writing to the tape subsystems.
Media Management Layer: This is the software that will manage writing to the tape subsystems.

Tape: This will hold the backup data.
Tape: This will hold the backup data.

Server Proces - This server process connects to the production database
Server Process: This server process connects to the production database using the polling process.