latch free
top of page
CerebroSQL

latch free

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

Download and use for free.  

oracle-logo

[ RU ]

Процесс ожидает защёлку, которая в настоящий момент захвачена другим процессом.

Время ожидания: Время ожидания увеличивается по экспоненте и не включает в себя повторение процесса получения защёлки (spin активное ожидание). Максимальное время ожидания так же зависит от числа защёлок, которые захватил процесс. В пределах 2 секунд ожидание инкрементное.
Параметры:
address – адрес ожидаемой защёлки
number – номер защёлки. Для поиска дополнительной информации можно использовать следующий запрос: select * from v$latchnamewhere latch# = number;

[ EN ]

A process is waiting for a latch that is currently held by another process.

Wait Time: The wait time increases exponentially and does not include the repetition of the latch acquisition process (spin active wait). The maximum wait time also depends on the number of latches the process has acquired. Within 2 seconds the wait is incremental.
Options:
address - address of expected latch
number – latch number. You can use the following query to find more information: select * from v$latchnamewhere latch# = number;

bottom of page