Oracle® Data Guard Concepts and Administration 11g Release 2 (11.2) Part Number E25608-04 |
|
|
PDF · Mobi · ePub |
This chapter describes the initialization parameters that affect databases in a Data Guard environment.
Table 14-1 lists the initialization parameters and indicates if the parameter applies to the primary database role, the standby database role, or both. The table also includes notes and recommendations specific to setting the parameters in a Data Guard environment. Oracle Database Reference provides complete initialization parameter information, including how to update initialization parameters by issuing the ALTER SYSTEM SET
statement (for example, ALTER SYSTEM SET LOG_ARCHIVE_TRACE
) or by editing the initialization parameter files. See the Oracle operating system-specific documentation for more information about setting initialization parameters.
Table 14-1 Initialization Parameters for Instances in a Data Guard Configuration
Parameter | Applicable To | Notes and Recommendations |
---|---|---|
|
Primary Logical Standby Physical Standby Snapshot Standby |
Specify the same value on the primary and standby databases if you expect to do a switchover. If the values differ, redo transport services may be unable to transmit redo data from the primary database to the standby databases. See Section 3.2.3 for an example. A logical standby database can have a higher For rolling upgrades using SQL Apply, set this parameter according to the guidelines described in Section 12.4, "Performing a Rolling Upgrade By Creating a New Logical Standby Database". |
|
Primary Logical Standby Physical Standby Snapshot Standby |
Optional. Use this parameter to avoid overwriting a reusable record in the control file (that contains needed information such as an archived redo log file) for the specified number of days (from 0 to 365). |
|
Primary Logical Standby Physical Standby Snapshot Standby |
Required. Specify the path name and filename for one or more control files. The control files must already exist on the database. Oracle recommends using 2 control files. If another copy of the current control file is available, then an instance can be easily restarted after copying the good control file to the location of the bad control file. See Section 3.2.3 for an example. |
|
Physical Standby Snapshot Standby |
Required if the standby database is on the same system as the primary database or if the directory where the datafiles are located on the standby system is different from the primary system. This parameter must specify paired strings. The first string is a sequence of characters to be looked for in a primary database filename. If that sequence of characters is matched, it is replaced by the second string to construct the standby database filename. You can specify multiple pairs of filenames. See also Example 3-1. |
|
Primary Logical Standby Physical Standby Snapshot Standby |
Recommended, but required if you specify the |
|
Physical Standby Snapshot Standby |
This parameter is no longer required. If it is not set, the fetch archive log (FAL) server will obtain the client's network address from the |
|
Physical Standby Snapshot Standby |
Specifies one or more Oracle Net service names for the databases from which this standby database can fetch (request) missing archived redo log files. |
Primary Logical Standby Physical Standby Snapshot Standby |
Optional. If this parameter is defined and the primary and standby databases reside on the same host, specify a different name for the standby database than you specify for the primary database. See Section 3.2.3 for an example. |
|
|
Primary Logical Standby Physical Standby Snapshot Standby |
Highly recommended. The |
|
Primary Logical Standby Physical Standby Snapshot Standby |
Required. Define up to thirty (where n = 1, 2, 3, ... 31) destinations, each of which must specify either the |
|
Primary Logical Standby Physical Standby Snapshot Standby |
Required. Specify a |
|
Primary Logical Standby Physical Standby Snapshot Standby |
The |
|
Primary Snapshot Standby |
This parameter has been deprecated and is maintained for backward compatibility only. Oracle recommends that this parameter only be set to |
|
Primary Logical Standby Physical Standby Snapshot Standby |
Optional. Specify the number (from 1 to 30) of archiver ( |
Primary Logical Standby Physical Standby Snapshot Standby |
Optional. This parameter specifies the number of local or remote MANDATORY destinations, or local OPTIONAL destinations, that a logfile group must be archived to before it can be re-used. |
|
|
Primary Logical Standby Physical Standby Snapshot Standby |
Optional. Set this parameter to trace the transmission of redo data to the standby site. The valid integer values are described in Appendix F. |
|
Logical Standby Physical Standby Snapshot Standby |
Required when the standby database is on the same system as the primary database or when the directory structure where the log files are located on the standby site is different from the primary site. This parameter converts the path names of the primary database online redo log file to path names on the standby database. See Section 3.2.3 for an example. |
|
Primary Logical Standby Physical Standby Snapshot Standby |
Optional if operating system authentication is used for administrative users and SSL is used for redo transport authentication. Otherwise, this parameter must be set to |
|
Primary Logical Standby Physical Standby Snapshot Standby |
Optional. Use to specify the system global area (SGA) to stage the information read from the online redo log files. The more SGA that is available, the more information that can be staged. |
|
Logical Standby Physical Standby Snapshot Standby |
This parameter has been deprecated and is maintained for backward compatibility only. |
|
Primary Physical Standby Snapshot Standby |
Set the |