In this Document
Goal
Solution
References
APPLIES TO:
Oracle Database - Enterprise Edition - Version 12.1.0.2 and later
Information in this document applies to any platform.
GOAL
NOTE: In the images and/or the document content below, the user information and environment data used
represents fictitious data from the Oracle sample schema(s), Public Documentation delivered with an Oracle
database product or other training material. Any similarity to actual environments, actual persons, living or
dead, is purely coincidental and not intended in any manner.
For the purposes of this document, the following fictitious environment is used as an example to describe the procedure:
Primary hosts: exa503,exa504
Standby hosts: exa505,exa506
Primary Db_unique_name: CHICAGO
Standby Db_unique_name: BOSTON
Primary instance names: chicago1, chicago2
Standby instance names: boston1, boston2
Service name: srv_rman
Maximum Availability Architecture
The Maximum Availability Architecture (MAA) defines Oracle’s most comprehensive architecture for reducing downtime for
scheduled outages as well as preventing, detecting and recovering from unscheduled outages. Real Application Clusters (RAC)
and Oracle Data Guard are integral components of the Database MAA reference architectures and solutions.
More detailed information, such as a discussion of the purpose of MAA and the benefits it provides, can be found on the Oracle
Technology Network (OTN) at http://www.oracle.com/technetwork/database/features/availability/maa-096107.html
Purpose of this Document
The purpose of this document is to provide a step-by-step guide for creating a standby database in an 11.2 environment
integrating the MAA Data Guard configuration best practices. This paper assumes that the following conditions exist:
1. A Primary RAC or single instance database utilizing ASM for data file storage
2. The Primary database is in archive log mode
3. All Standby target hosts have existing Oracle software installation
4. The Standby target database storage will utilize ASM
It is recommended that you consult the Data Guard Concepts and Administration guide as well as the HA Best
Practice guide for more information and full MAA Best Practices.
Supported Versions
This document applies to both Oracle Server versions 11.2.0.x and 12.1.0.x or higher. There are some important differences in
how the DUPLICATE FOR STANDBY FROM ACTIVE DATABASE functions between the two releases which are noted below:
11.2:
DUPLICATE FROM ACTIVE DATABASE uses datafile image copies and does not support section size, compression, or
encryption.
12c:
DUPLICATE FROM ACTIVE DATABASE supports backup sets.
SECTION SIZE support is available. If section size is used, then use multiple auxiliary channels for parallelism.
Compression is supported but do not use compression on backups or data that has already been compressed (e.g. using
OLTP, HCC compression) or encrypted since the compression benefits is very small and the overall impact (e.g. CPU
resources and increased in elapsed time) can be significant.
Encryption is supported.
All of the examples illustrated in this document use the following fictitious naming used only as examples to describe the
procedure:
Hosts and Databases used in this Example
文档被以下合辑收录
评论