REMOVE FAR_SYNC
The REMOVE FAR SYNC command removes a far sync instance from an Oracle Data Guard broker configuration.
Format
REMOVE FAR_SYNC <db_unique_name> [ PRESERVE DESTINATIONS ];
Command Parameters
Usage Notes
-
A far sync instance that has its
RedoRoutesproperty set cannot be removed.
- By default, this command removes all references to the specified far sync
instance from all redo transport initialization parameters at each member of the
configuration. To preserve these settings, use the
PRESERVE DESTINATIONSoption.
Command Example
The following example removes a far sync instance named dallas from the broker configuration.
DGMGRL> REMOVE FAR_SYNC 'dallas';