buffer deadlock
top of page
CerebroSQL

buffer deadlock

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

Download and use for free.  

oracle-logo

[ RU ]

Oracle в действительности не ожидает на этом событии, приоритетный процесс возвращает CPU. Поэтому возможность отловить это событие крайне мала. Это не взаимная блокировка вызванная приложением, а лишь предполагаемая взаимная блокировка на уровне кэша. Она возникает, когда слой кэша не может получить буфер в определенном режиме в пределах определенного количества времени.

Время ожидания: 0 секунд. Приоритетный процесс только возвращает CPU, после чего обычно помещается в конец CPU очереди выполнения.
Параметры: class, mode, dbaFlag - флаг указывает на внутренние флаги, используемые сеансом, чтобы получить блок

[ EN ]

Oracle does not actually wait on this event, the foreground process returns the CPU. Therefore, the possibility of catching this event is extremely small. This is not an application-caused deadlock, but only an implied cache-level deadlock. It occurs when the cache layer fails to acquire a buffer in a certain mode within a certain amount of time.

Timeout: 0 seconds. The foreground process only returns the CPU, after which it is usually placed at the end of the CPU run queue.
Parameters: class, mode, dbaFlag - the flag points to the internal flags used by the session to get the block

bottom of page