控制文件是一个二进制文件,用于记录数据库的物理结构的 ,当数据库结构发生改变时 ,oracle会自动更新控制文件。
--- 归档日志信息
--- 备份信息
--- 当前日志序列号
--- 校验点信息
--- maxlogfiles
--- maxlogmembers
--- maxloghistory
--- maxdatafiles
--- maxinstances
ckpt进程还会在控制文件当中记录RBA,这个地址用来标志实例恢复的时候需要从日志中的那个位置开始,也就是一个checkpoint对应一个rba,当instance recovery(实例恢复)的时候oracle就会知道从那个检查点开始在redo的那个rba开始介质恢复 |
RBA rba = redo byte address
(1)the log file sequence number (4 bytes)
(2)the log file block number (4 bytes)
(3)the byte offset into the block at which the redo record starts (2bytes
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/30166976/viewspace-1660141/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/30166976/viewspace-1660141/