|
最近看了 backup and recovery,好像 redo log里头也记录了 修改矢量,不敢确定
呵呵,数据不会丢失,看来得到了一致
另外,查了一下教材,这么说
Size of the Redo Log Buffer
• Larger values reduce log file I/O, particularly if transactions are long or numerous.
• Frequent COMMIT statements will clear out the buffer, leading to a smaller buffer
size.
Note: The LOG_BUFFER parameter can be set smaller than the platform-specific
value (for example, 512 KB on UNIX systems), but if the LOG_BUFFER value is less
than the platform-specific value, then Oracle RDBMS increases LOG_BUFFER value
to the platform-specific value at instance startup. This can be changed on a platform
basis, depending on what is determined to be the optimum value for the given port.
512K是至少的
还有,这个很容易忘记
"The LOG_BUFFER size must be a multiple of the operating system block size." |
|