broadcast mesg queue transition
top of page
CerebroSQL

broadcast mesg queue transition

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

Download and use for free.  

oracle-logo

[ RU ]

Процессы входят в "wait for broadcast mesg queue transition", когда очистка дескриптора канала публикатора обращается к надёжному широковещательному каналу. Публикатор ответственен за перемещение сообщения в свободную очередь, но он не может это сделать, пока сообщение не находится в готовой очереди. Если сообщение всё ещё не находится в готовой очереди, то процесс ожидает при входе. Это ожидание события наиболее вероятно обнаружиться, когда процесс Oracle собирается нормально завершиться или когда PMON очищает мёртвый процесс. Переданное сообщение находится в очереди восстановления другого дескриптора канала (например, ch2).

Время ожидания: изменяется
Параметры:
channel handle - указатель дескриптора канала публикатора
message - указатель широковещательного сообщения
location - число, указывающее на функцию в KSR, где процесс ожидает>= 10.2

[ EN ]

Processes enter "wait for broadcast mesg queue transition" when clearing the publisher's channel descriptor accesses a reliable broadcast channel. The publisher is responsible for moving the message to the free queue, but it cannot do so until the message is in the ready queue. If the message is still not in the ready queue, then the process waits on entry. This wait event is most likely to show up when the Oracle process is about to exit normally or when PMON cleans up a dead process. The transmitted message is in the recovery queue of another channel descriptor (for example, ch2).

Waiting time: variable
Options:
channel handle - publisher channel handle pointer
message - the broadcast message pointer
location - a number indicating the function in the KSR where the process is waiting >= 10.2

bottom of page