library cache load lock
top of page
CerebroSQL

library cache load lock

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

Download and use for free.  

oracle-logo

[ RU ]

Сеанс пытается найти блокировку для загрузки объекта базы данных. Блокировка для загрузки всегда захватывается в монопольном режиме, что бы никто больше не мог загрузить этот объект. Если блокировка для загрузки будет занята, то сеанс будет ожидать на этом событии, пока блокировка не станет доступной.

Время ожидания: 3 секунды (1 секунда для PMON)
Параметры:
object address – адрес загружаемого объекта
lock address –адрес используемой блокировки загрузки
mask – указывает какие части данных объекта должны быть загружены

[ EN ]

The session tries to find a lock to load the database object. A download lock is always acquired in exclusive mode so that no one else can download the object. If the lock for the download is occupied, then the session will wait on this event until the lock becomes available.

Timeout: 3 seconds (1 second for PMON)
Options:
object address - the address of the loaded object
lock address - address of the boot lock to use
mask - indicates which parts of the object's data should be loaded

bottom of page