67.The instance abnormally terminates because of a power outage. Which statement is true about redo
log files during instance recovery?
A.Inactive and current redo log files are required to accomplish recovery.
B.Online and archived redo log files are required to accomplish instance recovery.
C.All redo log entries after the last checkpoint are applied from redo log files to data files.
D.All redo log entries recorded in the current redo log file until the checkpoint position are applied to data files.
答案:C
解析:
A:错误,INACTIVE表示实例恢复已经不在需要这个联机重做日志组
B:错误,都归档了肯定是不需要了
C:正确,具体过程参考63题
D:错误,这里说当前redo文件中直到数据文件记录的checkpoint那个点,这部分都已经写到数据文件中了,还恢复干啥
log files during instance recovery?
A.Inactive and current redo log files are required to accomplish recovery.
B.Online and archived redo log files are required to accomplish instance recovery.
C.All redo log entries after the last checkpoint are applied from redo log files to data files.
D.All redo log entries recorded in the current redo log file until the checkpoint position are applied to data files.
答案:C
解析:
A:错误,INACTIVE表示实例恢复已经不在需要这个联机重做日志组
B:错误,都归档了肯定是不需要了
C:正确,具体过程参考63题
D:错误,这里说当前redo文件中直到数据文件记录的checkpoint那个点,这部分都已经写到数据文件中了,还恢复干啥