Oracle Data Guard Concepts and Administration Release 2 (9.2) Part Number A96653-02 |
|
|
View PDF |
A standby database is the most effective disaster recovery solution for an Oracle database because a standby database can be used to run your production system if your primary database becomes unusable. A standby database can also be used to remedy problems caused by user errors, data corruption, and other operational difficulties.
This guide describes Oracle Data Guard concepts, and helps you configure and implement standby databases.
This preface contains the following topics:
Oracle Data Guard Concepts and Administration is intended for database administrators (DBAs) who administer the backup, restoration, and recovery operations of an Oracle database system.
To use this document, you should be familiar with relational database concepts and basic backup and recovery administration. You should also be familiar with the operating system environment under which you are running Oracle.
Our goal is to make Oracle products, services, and supporting documentation accessible, with good usability, to the disabled community. To that end, our documentation includes features that make information available to users of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Standards will continue to evolve over time, and Oracle Corporation is actively engaged with other market-leading technology vendors to address technical obstacles so that our documentation can be accessible to all of our customers. For additional information, visit the Oracle Accessibility Program Web site at http://www.oracle.com/accessibility/
JAWS, a Windows screen reader, may not always correctly read the code examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; however, JAWS may not always read a line of text that consists solely of a bracket or brace.
This document contains:
This chapter offers a general overview of the Oracle9i Data Guard architecture.
This chapter introduces physical, logical, and cascading standby databases.
This chapter explains how to create a physical standby database and start applying redo logs to it.
This chapter explains how to create a logical standby database and start applying redo logs to it.
This chapter introduces log transport services. It describes the data protection modes that protect the production database against loss in the event of an unplanned outage and it provides procedures and guidelines for configuring log transport services on a primary and standby database.
This chapter introduces log apply services. It provides guidelines for managing log apply services for physical and logical standby databases.
This chapter introduces role management services. It provides information about database failover and switchover role transitions.
This chapter describes how to manage a physical standby database. It provides information on monitoring and responding to events that affect the database role.
This chapter describes how to manage a logical standby database. It provides information on applying redo logs, system tuning, and tablespace management.
This chapter describes common database scenarios such as creating, recovering, failing over, switching over, configuring, and backing up standby and primary databases.
This reference chapter describes initialization parameters for each Oracle instance, including the primary database and each standby database in the Data Guard environment.
This reference chapter provides syntax and examples for the attributes of the LOG_ARCHIVE_DEST_
n
initialization parameter.
This reference chapter provides SQL statements that are useful for performing operations on a standby database.
This reference chapter lists views that contain useful information for monitoring the Data Guard environment. It summarizes the columns contained in each view and provides a description for each column.
This appendix discusses troubleshooting for the standby database.
This appendix describes managing a physical standby database in manual recovery mode. It provides instructions for manually resolving archive gaps and renaming standby files not captured by conversion parameters.
This appendix describes the primary and standby database configurations in a Real Application Clusters environment.
This appendix describes how to implement cascaded redo log destinations, whereby a standby database receives its redo logs from another standby database, instead of directly from the primary database.
This appendix provides a sample ReadMe file that includes the kind of information that the person who is making disaster recovery decisions would need when deciding which standby database should be the target of the failover operation.
Every reader of Oracle Data Guard Concepts and Administration should have read:
You will often need to refer to the following guides:
If you need to migrate existing standby databases to this Oracle9i release, see Oracle9i Database Migration for complete instructions. In addition, refer to Oracle9i Database Concepts for information about other Oracle products and features that provide disaster recovery and high data availability solutions.
In North America, printed documentation is available for sale in the Oracle Store at
http://oraclestore.oracle.com/
Customers in Europe, the Middle East, and Africa (EMEA) can purchase documentation from
http://www.oraclebookshop.com/
Other customers can contact their Oracle representative to purchase printed documentation.
To download free release notes, installation documentation, white papers, or other collateral, please visit the Oracle Technology Network (OTN). You must register online before using OTN; registration is free and can be done at
http://otn.oracle.com/admin/account/membership.html
If you already have a username and password for OTN, then you can go directly to the documentation section of the OTN Web site at
http://otn.oracle.com/docs/index.htm
To access the database documentation search engine directly, please visit
http://tahiti.oracle.com
This section describes the conventions used in the text and code examples of this documentation set. It describes:
We use various conventions in text to help you more quickly identify special terms. The following table describes those conventions and provides examples of their use.
Code examples illustrate SQL, PL/SQL, SQL*Plus, or other command-line statements. They are displayed in a monospace (fixed-width) font and separated from normal text as shown in this example:
SELECT username FROM dba_users WHERE username = 'MIGRATE';
The following table describes typographic conventions used in code examples and provides examples of their use.