log file sync
top of page
CerebroSQL

log file sync

Description of session waits in Oracle DBMS is available in the program.

Download and use for free.  

oracle-logo

[ RU ]

Когда пользовательский сеанс фиксирует изменения, журнальная информация должна быть сброшена в журнальный файл. Сеанс пользователя сигнализирует об этом процессу LGWR. Когда процесс LGWR закончит сброс информации из журнального буфера, он оповестит об этом сеанс пользователя.

Время ожидания: включает время затраченное на запись информации из журнального буфера и отправку сообщения.
Параметры:
buffer# – количество физических буферов в журнальном буфере, которые должны синхронизироваться.

[ EN ]

When a user session commits changes, redo information must be flushed to a redo log file. The user session signals this to the LGWR process. When the LGWR process has finished flushing the log buffer, it will notify the user session.

Timeout: includes the time spent writing information from the log buffer and sending the message.
Options:
buffer# is the number of physical buffers in the log buffer that should be synchronized.

bottom of page