Chinaunix首页 | 论坛 | 博客
  • 博客访问: 928378
  • 博文数量: 358
  • 博客积分: 8185
  • 博客等级: 中将
  • 技术积分: 3751
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-15 16:27
个人简介

The views and opinions expressed all for my own,only for study and test, not reflect the views of Any Company and its affiliates.

文章分类

全部博文(358)

文章存档

2012年(8)

2011年(18)

2010年(50)

2009年(218)

2008年(64)

我的朋友

分类:

2009-01-16 23:31:29

Objectives:
explain the purpose of online redo log file;
outline the structures of online redo log file;
control log switches and checkpoints;
multiplexing and maintain online redo logs;
manage with OMF;
Obtain online redo log file information;

■Using online redologfile;
Record all changes made to data;
Provide a recovery mechanism;
Can be organized into groups;
at least two groups required;
■Structures of redo log file;
concepts:
 online redo log file group;
 LGWR;
 mininum of two online redo log file;
 member;
 log sequence numbers(LSN);
■Multiplexed Redo log file

■How redo files work
  log switch:the act of switching from one log file group to others;
  checkpoint :the writing of dirty(modified)blocks from the buffer cache to disc


阅读(451) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~