Which three statements are true about Far Sync instances?
A.
The Data Guard Broker must be used to deploy and manage Far Sync instances.
B.
They enable standby database to be configured at remote distances from the primary without impacting
performance on the primary.
C.
A primary database can ship redo directly to multiple Far Sync instances.
D.
They use as spfile, a standby controlfile, and standby redo logs.
E.
They work with any protection level.
Explanation:
A: The the far sync instance is added to a Data Guard broker configuration.
B: Creating a far sync instance is similar to creating a physical standby except that data files do not exist at the
far sync instance. Therefore, on a far sync instance there is no need to copy data files or restore data files from
a backup. Once the far sync instance has been created, the configuration is modified to send redo
synchronously from the primary database to the far sync instance in Maximum Availability mode and the far
sync instance then forwards the redo asynchronously in real time.
D: Creating and Configuring a Far Sync Instance
Take the following steps to create a far sync instance:
1. Create the control file for the far sync instance.
2. Create a parameter file (PFILE) from the server parameter file (SPFILE) used by the primary database.
3. Create a server parameter file (spfile) from the edited parameter file (pfile) to facilitate any subsequent
changes to parameter values.
4. Use an operating system copy utility to copy the far sync instance control file created in Step 1 and the
server parameter file (spfile) created in Step 3 from the primary system to the appropriate locations on the far
sync instance system.
5. Create standby redo logs in the same way they are created for a regular standby.
Etc.
Incorrect Answers:
C: A far sync instance manages a control file, receives redo into standby redo logs (SRLs), and archives those
SRLs to local archived redo logs.
E: A far sync instance is supported in either maximum performance or maximum availability mode only.
https://docs.oracle.com/database/121/SBYDB/create_fs.htm
A,B,D
B,C,D I think
A. The Data Guard Broker must be used to deploy and manage Far Sync instances.
<- Far Sync could be created without DGB
C. A primary database can ship redo directly to multiple Far Sync instances.
it should be right
https://docs.oracle.com/en/database/oracle/oracle-database/12.2/sbydb/creating-oracle-data-guard-far-sync-instance.html#GUID-DB84EA69-8B64-4230-88AB-E83D5298C009
A & E are not correct .
only possible correct answers are B,C,D
B,C,D