library cache lock
top of page
CerebroSQL

library cache lock

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

Download and use for free.  

oracle-logo

[ RU ]

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

Время ожидания: 3 секунды (1 секунда для PMON)
Параметры:
namespacehandle address - адрес загружаемого объекта
lock address – адрес используемой блокировки загрузки. Это не защёлка (latch) или блокировка (enqueue), а объект состояния (State Object).
mode – указывает какие части данных объекта должны быть загружены

[ EN ]

The event controls contention between library cache clients. It acquires a lock on the object's pointer so that: One of the clients can prevent other clients from accessing the object. One of the clients could maintain the dependency for a long time (for example, so that no other sessions could change the object). A lock can also be requested to look up an object in the library's cache.

Timeout: 3 seconds (1 second for PMON)
Options:
namespacehandle address - address of the loaded object
lock address - The address of the boot lock to use. This is not a latch or an enqueue, but a State Object.
mode - specifies which parts of the object's data should be loaded

bottom of page