Which three statements are true about the cluster file system archiving scheme?
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.
Explanation:
AB: In a cluster file system each node can only read from and write to its own local file system.
D: Configure each node to write to a local archiving directory that is named the same on each node.https://docs.oracle.com/cd/E18283_01/rac.112/e16795/rman.htm
B,C,F