Oracle DBA Tips Corner |
|
Introduction to RMAN
by Jeff Hunter, Sr. Database Administrator
Contents
Overview
RMAN is a client/server architecture that utilizes database server sessions to perform
all backup and recover operations. (Similar to the way in which a typical client application
accesses the database.) It stores metadata about its operations in the control file of the
target database and, optionally, in a recovery catalog schema in an Oracle database.
You can use RMAN from either the command-line or from within the Enterprise Manager GUI.
This article presents a breif introduction into the features of RMAN included with
Oracle9i and several examples
of using RMAN through the command-line utilities. All examples will utilize an Oracle9i
database. It is important to keep in mind that RMAN was introduced with Oracle 8.0 and is
not compatible with Oracle databases prior to version 8.0.
Media Management Interface
...
All articles, scripts and material located at the Internet address of http://www.idevelopment.info is the copyright of Jeffrey M. Hunter
and is protected under copyright laws of the United States. This document may not be hosted on any other site without my express,
prior, written permission. Application to host any of the material elsewhere can be made by contacting me at jhunter@idevelopment.info.
I have made every effort and taken great care in making sure that the material included on my web site is technically accurate,
but I disclaim any and all responsibility for any loss, damage or destruction of data or any other property which may arise from
relying on it. I will in no case be liable for any monetary damages arising from such loss, damage or destruction.
Let's start by first defining what RMAN is? RMAN, (Recovery Manager), is an Oracle utility
used to backup, restore, and recover database files. RMAN is a feature
that is automatically included with the database - no separate installation or license is
necessary.
Thursday, 04-Dec-2003 00:00:00 EST
Page Count: 12542