Oracle® Data Guard Broker 10g Release 1 (10.1) Part Number B10822-01 |
|
|
View PDF |
This appendix details the Data Guard broker features that were deprecated or changed. This appendix provides the following sections:
This section contains information about Data Guard broker features that were changed.
The concept of a graceful failover was renamed to complete failover while forced failover was renamed to immediate failover.
See Also: Chapter 7 for information about the Oracle Database 10g Data Guard brokerFAILOVER command |
The concept of a primary site was changed to a primary database and standby site was changed to standby database. The former site object of a broker configuration was eliminated for Oracle Data Guard.
The GUI's default behavior has been reversed when removing parts of a broker configuration. The GUI now clears the archive destination parameter upon removal of a database from the broker configuration, or clears all of the parameters upon removal of the entire configuration. The GUI still provides the option of preserving these values as was done by default in previous releases.
Table A-1 shows properties that changed:
Table A-1 Changed Properties
Property Name | Description of Change |
---|---|
InconsistentLogXptProps (monitorable property) |
|
InconsistentProperties (monitorable property) |
|
LogXptStatus (monitorable property) |
|
RecvQEntries (monitorable property) |
|
SendQEntries (monitorable property) |
|
ApplyParallel (configurable property) |
|
AsyncBlocks (configurable property) |
|
LogXptMode (configurable property) |
New default values are:
|
ParallelApply (configurable property) |
|
Table A-2 shows the state names that changed:
Table A-2 State Name Changes
Database Type | State Name Prior to Oracle Database 10g | New State Name as of Oracle Database 10g |
---|---|---|
Primary | READ-WRITE |
LOG-TRANSPORT-OFF |
Primary | READ-WRITE-XPTON |
ONLINE |
Physical standby | PHYSICAL-APPLY-READY |
LOG-APPLY-OFF |
Physical standby | PHYSICAL-APPLY-ON |
ONLINE |
Logical standby | LOGICAL-APPLY-READY |
LOG-APPLY-OFF |
Logical standby | LOGICAL-APPLY-ON |
ONLINE |
When removing a standby database from the broker configuration, the CLI provides you with a choice about removing the standby destination from the primary database so that log files are no longer transported to that standby database. The default for this choice in Oracle Database 10g is to remove that destination. This is a reversal of the default (and only) behavior as it was implemented in the Oracle9i DGMGRL CLI.
This section contains information about GUI features that changed.
You cannot disable broker management of the broker configuration from within the Data Guard GUI as had been allowed in previous releases. You can only do this from the command-line interface.
In this release of Oracle Database 10g, the Test Application feature will not be available. This feature will return in a future release of Data Guard broker.
View Log does not view alert or broker log files.
When removing a standby database from the broker configuration, the Data Guard GUI presents you with a choice about removing the standby destination from the primary database so that log files are no longer transported to that standby database. The default for this choice in Oracle Database 10g is to remove that destination. This is a reversal of the default as it was implemented in Oracle9i Data Guard Manager.
This section contains information about Data Guard broker features that were deprecated or are obsolete.
The concept of a site object is obsolete.
The concept of a database resource object is obsolete.
Both of these objects were replaced by database objects.
Table A-3 shows properties that were deprecated and if there is a replacement property.
Table A-3 Deprecated Properties
Deprecated Property | Replacement Property (if any) |
---|---|
Alternate |
No replacement |
StandbyArchiveDest |
StandbyArchiveLocation |
SbyLogQueue |
RecvQEntries |
See Also: Chapter 8, " Database Properties" for information about the properties that replaced deprecated properties. |
Table A-4 shows CLI commands or keywords that were deprecated and if there is a replacement command or keyword.
Note: Existing Oracle9i command-line scripts are supported in Oracle Database 10g for non-RAC databases. Oracle recommends upgrading your scripts to replace deprecated commands and keywords with their Oracle Database 10g replacements. |
Table A-4 Deprecated Commands or Keywords
Deprecated Command or Keyword | Replacement Command or Keyword |
---|---|
ALTER CONFIGURATION (protection mode) |
EDIT CONFIGURATION (protection mode) |
ALTER CONFIGURATION (state) |
No replacement |
ALTER RESOURCE (property) |
EDIT DATABASE (property) |
ALTER RESOURCE (state) |
EDIT DATABASE (state) |
ALTER SITE (AUTO PFILE) |
EDIT INSTANCE (AUTO PFILE) |
ALTER SITE (state) |
No replacement |
CREATE CONFIGURATION
|
CREATE CONFIGURATION
|
CREATE SITE |
No replacement |
DISABLE RESOURCE |
DISABLE DATABASE |
DISABLE SITE |
No replacement |
ENABLE RESOURCE |
ENABLE DATABASE |
ENABLE SITE |
No replacement |
FAILOVER TO site-name
|
FAILOVER TO database-name
|
REMOVE SITE |
REMOVE DATABASE |
SHOW CONFIGURATION VERBOSE property-name |
SHOW CONFIGURATION |
SHOW DEPENDENCY TREE |
No replacement |
SHOW LOG |
No replacement |
SHOW RESOURCE |
SHOW DATABASE |
SHOW SITE |
No replacement |
SWITCHOVER TO site-name |
SWITCHOVER TO database-name |
See Also: Chapter 7, " Data Guard Command-Line Interface Reference" for information about the commands that replaced deprecated commands. |
This section contains information about GUI features that are deprecated.
The Add Site wizard is obsolete and has been replaced by the Add Standby Database wizard. Use the Add Standby Database wizard to create a broker configuration and to create new or add existing standby databases to the broker configuration.