WCR: replay clock
top of page
CerebroSQL

WCR: replay clock

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

Download and use for free.  

oracle-logo

[ RU ]

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

Время ожидания: Зависит от количества конкурирующих блокировок строк в исходном сборе нагрузки.
Параметры:wait for scn's hi 4 bytes – старшие 4 байта из 8 байтового replay SCN, на котором, на котором ожидает сеансwait for scn's lo 4 bytes – младшие 4 байта из 8 байтового replay SCN, на котором, на котором ожидает сеанс

Версия 11.1

[ EN ]

A session will wait on this event during playback if it has logical dependencies on another session that has not yet committed its changes.

Timeout: Depends on the number of concurrent row locks in the original load collection.
Parameters: wait for scn's hi 4 bytes - high 4 bytes of the 8 byte SCN replay on which the session is waiting wait for scn's lo 4 bytes - the low 4 bytes of the 8 byte SCN replay on which the session is waiting

Version 11.1

bottom of page