rdbms ipc reply
top of page
CerebroSQL

rdbms ipc reply

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

Download and use for free.  

oracle-logo

[ RU ]

Событие используется для ожидания ответа от одного из фоновых процессов. Время ожидания: определяется пользователем и показывается параметром timeout
Параметры:
from_process – фоновый процесс, которого ожидает сеанс. Ожидается ответ на сообщение IPC, отправленное этим сеансом.
timeout – время в секундах в течении которого процесс ожидает ответ

[ EN ]

The event is used to wait for a response from one of the background processes. Timeout: defined by the user and shown by the timeout parameter
Options:
from_process is the background process that the session is waiting on. Waiting for a response to an IPC message sent by this session.
timeout - time in seconds during which the process waits for a response

bottom of page