PL/SQL lock timer
top of page
CerebroSQL

PL/SQL lock timer

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

Download and use for free.  

oracle-logo

[ RU ]

Событие вызывается через процедуру DBMS_LOCK.SLEEP. Наиболее вероятно произойдёт из процедур написанных пользователем.

Время ожидания: Время ожидания задаётся в сотых частях секунд и зависит от пользовательского контекста.
Параметры:
duration - продолжительность, которую пользователь определил в процедуре DBMS_LOCK.SLEEP

[ EN ]

The event is called through the DBMS_LOCK.SLEEP procedure. Most likely to come from procedures written by the user.

Timeout: The timeout is given in hundredths of seconds and depends on the user context.
Options:
duration - the duration that the user defined in the DBMS_LOCK.SLEEP procedure

bottom of page