LGWR(Log Writer) 将日志缓冲区中的所有记录项写到日志文件中。该进程在启动实例时自动启动。 LGWR进行写操作的情况: 1.用户进程提交一个事务(Commit) 2.日志缓冲区达到1/3范围,或者包含了1MB的缓存重做日志数据 3.要求LGWR切换日志文件 4.出现超时(3秒钟内未活动,则进行一次写操作。)
Log Writer (LGWr) - Writes entries from log buffer to redo the log files.
日志读写器(LGWr)——从日志缓冲区写入项目,以便重做日志文件。
The on-disk RBA is the point up to which LGWR has flushed the redo thread to the online log files.
磁碟央行是这点已刷新LGWR的重做线程的在线日志文件。
If the redo log buffer fills, or another transaction commits, LGWR flushes all of the redo log entries in the redo log buffer to a redo log file, even though some redo records may not be committed.
例如如果重做日志缓冲满了,或者有其它的事务提交了。LGWR进程会把所有在重做日志缓冲中的重做日志事项写入重做文件,即使是一些重做记录可能还没有提交。
应用推荐