REMOVE RECOVERY_APPLIANCE
The REMOVE RECOVERY_APPLIANCE command removes the specified Zero Data Loss Recovery Appliance (Recovery Appliance) from the broker configuration and terminates broker management of the Recovery Appliance.
Caution:
When you use the REMOVE RECOVERY_APPLIANCE command, the Recovery Appliance profile information is deleted from the broker configuration file and cannot be recovered.
Format
REMOVE RECOVERY_APPLIANCE <db_unique_name> [ PRESERVE DESTINATIONS ];
Command Parameters
Usage Notes
-
By default, this command removes the corresponding broker settings of the
LOG_ARCHIVE_DEST_ninitialization parameter on the member that was shipping redo data to the Recovery Appliance and theLOG_ARCHIVE_CONFIGinitialization parameter on all databases in the configuration. To preserve these settings, use thePRESERVE DESTINATIONSoption.
Command Example
The following example shows how to remove a Recovery Appliance from a Data Guard broker configuration.
DGMGRL> SHOW CONFIGURATION;
Configuration - DRSolution
Protection Mode: MaxPerformance
Members:
North_Sales - Primary database
South_Sales - Physical standby database
EnterpriseRecoveryAppliance - Oracle Backup Appliance
Fast-Start Failover: DISABLED
Configuration status:
SUCCESS (status updated 30 seconds ago)
DGMGRL> REMOVE RECOVERY_APPLIANCE 'EnterpriseRecoveryAppliance';
Removed Oracle Backup Appliance "EnterpriseRecoveryAppliance" from the configuration.
DGMGRL> SHOW CONFIGURATION;
Configuration - DRSolution
Protection Mode: MaxPerformance
Members:
North_Sales - Primary database
South_Sales - Physical standby database
Fast-Start Failover: DISABLED
Configuration status:
SUCCESS (status updated 60 seconds ago)