This document discusses Oracle 12c Data Guard's new Far Sync feature. Far Sync allows redo data to be transmitted to distant standby databases more efficiently by using a lightweight Oracle database instance without datafiles. It supports both physical and logical standbys. Far Sync provides zero data loss protection by ensuring committed transactions are sent to remote standby databases before transactions commit on the primary. The document reviews considerations for implementing Far Sync such as network bandwidth and latency. It also provides an example configuration with a primary in Canada transmitting redo to a Far Sync instance also in Canada, which then sends the redo to a standby database in India.