Oracle Database 12c: RAC Administration — Question 4
Which three statements are true about the cluster file system archiving scheme?
Answer options
- A. Each node can read only the archived logs written by itself.
- B. Nodes don’t use network to archive files.
- C. Each node can read the archive redo log files of the other nodes.
- D. Each node archives to a uniquely named local directory.
- E. Each node archives to a local directory with the same path on each cluster node.
- F. Each node writes to a single location on the cluster file system while archiving the redo log files.
Correct answer: A, B, D
Explanation
The correct answers A, B, and D are true because each node can only read its own archived logs, nodes archive files locally without network involvement, and each node uses a uniquely named directory for archiving. Options C, E, and F are incorrect because they imply shared access to archived files between nodes, a common directory path across nodes, and a single location for writes, which contradicts the unique archiving setup.