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

db_unique_name

The DB_UNIQUE_NAME initialization parameter value of the far sync instance that you want to remove from the broker configuration.

Usage Notes

  • A far sync instance that has its RedoRoutes property 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 DESTINATIONS option.

Command Example

The following example removes a far sync instance named dallas from the broker configuration.

DGMGRL> REMOVE FAR_SYNC 'dallas';