• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

Oracle Data Guard 12c New Feature: Far Sync Standby

by admin

A Far Sync Standby Database is a cascading Standby Database that acts as a Redo Log Repository for a Terminal Database. It does not contain any datafiles. Only Log Transport Services are active on a Far Sync Standby Database. The Advantage of a Far Sync Standby Database is that it can be a local ArchiveLog Repository for the Primary Database acting in Maximum Availability Mode where the Physical or Logical Standby Database can be on a far remote Site.

Creating a Far Sync Standby Instance

You can prepare your Environment for a Far Sync Instance the same Way like for a Physical Standby Database. Instead of a Physical Standby Controlfile we are creating a Far Sync Standby Controlfile from the Primary Database and use this Controlfile to mount the Far Sync Instance:

SQL> alter database create far sync instance controlfile as '[File Specification]';

You can then setup Log Transport Services to the Cascaded Standby just like for normal Cascaded Standby Databases.

Data Guard Broker and Far Sync Standby Database

The Data Guard Broker also supports Far Sync Standby Databases and Cascaded Standby Databases. You can add a Far Sync Standby to your Data Guard Broker Configuration using:

DGMGRL> add far_sync [Name] as connect identifier is [Connect Identifier];

Then set the Data Guard Broker Property ‘RedoRoutes’ for the Databases accordingly. You can find an Explanation about ‘RedoRoutes’ in

Filed Under: Data Guard, oracle, oracle 12c

Some more articles you might also be interested in …

  1. Types of Patches in Oracle Apps 11i/R12
  2. ORA-19554: error allocating device, device type: SBT_TAPE, device name:
  3. ORA-14652: reference partitioning foreign key is not supported
  4. How to recreate an ASM disk group
  5. IF statements in PL/SQL
  6. How to install and configure Oracle ASMLIB on Native Linux multipath mapper devices
  7. Retrieving data with PL/SQL
  8. Adding Users to Oracle Passwordfile (Oracle Passwordfile Authentication)
  9. How to get the DDL for indexes using dbms_metadata
  10. How to rename database and then move datafile online in Oracle Database 12.2

You May Also Like

Primary Sidebar

Recent Posts

  • qm Command Examples in Linux
  • qm wait Command Examples in Linux
  • qm start Command Examples in Linux
  • qm snapshot Command Examples in Linux

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright