RelationalDBDesign
RedhatLinuxSys Seomining
prev next prev next
Course navigation
Lesson 1
Oracle Recovery Manager overview
The most important job for an Oracle database administrator (DBA) is the backup and recovery of Oracle databases. In the first course in this series, you learned what could happen when you do not take this role to heart. As a DBA, you can almost get away with a poorly performing database--as long as the data within the database is correct. After all, poor performance can be eliminated with tuning. But if the data is not available or recoverable, your position may be in jeopardy.
Recovery Manager
Oracle8 contains a new utility called Recovery Manager, or RMAN, to manage the backup, restoration, and recovery of Oracle database files. If you are managing multiple databases, RMAN is the tool for you. This module introduces Recovery Manager and its components.
  1. By the end of this module, you will be able to:
  2. Discuss the purpose and features of Oracle Recovery Manager
  3. Review the basic components of RMAN
  4. Discuss the preparation involved in using RMAN
  5. Discuss the role of Backup Manager as a graphical user interface (GUI) tool for backup and recovery
  6. Discuss how backup sets are used within Recovery Manager
  7. Discuss the concept of image copies
  8. Discuss the role of the recovery catalog
  9. Demonstrate how to create a recovery catalog
For more detailed information, refer to the Oracle9i Server Backup and Recovery documentation. You can find this on your Oracle8 release CDs. This documentation can also be found online at the Oracle Web site refer to the Resources page for additional information. Several third-party books on the topic can also provide practical examples and can be found on the Resources page. In the next lesson, you will learn the basic features of Oracle Recovery Manager.
Course navigation