Oracle Database 12c: RAC Administration — Question 11
Which three statements are true about ASM Cloud File System (ACFS) replication?
Answer options
- A. ACFS auditing information is replicated from the primary file system to the standby file system.
- B. One site of an ACFS replication configuration can be host both primary and standby file systems.
- C. Replication is automatically terminated if the primaries file system has less than 2GB free space.
- D. Standby redo log files are required on the standby site for synchronous redo transport.
- E. The privilege SYSREPL has been introduced for ACFS replication.
Correct answer: B, C, D
Explanation
Option B is correct because an ACFS replication setup allows one site to host both primary and standby file systems. Option A is incorrect as auditing information is not replicated. Option C is correct because insufficient free space can lead to termination of replication. Option D is accurate as standby redo log files are indeed required for synchronous redo transport, making it another correct response.