402.While querying the EMPLOYEES table, you receive an ORA-01578 message indicating block corruption in File# 1201 and Block# 1968. You analyze the table and the corruption is verified. Which RMAN command do you use to perform BMR and repair the corrupt block?
A.RECOVER FILE=1201 BLOCK=1968;
B.RECOVER CORRUPTION LIST;
C.RECOVER DATAFILE 1201 BLOCK 1968;
D.RECOVER BLOCK CORRUPTION LIST;
E.None of the above
正确答案是BC