cursor: pin S wait on X
top of page
CerebroSQL

cursor: pin S wait on X

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

Download and use for free.  

oracle-logo

[ RU ]

Ожидание события возникает тогда, когда сеанс запрашивает закрепление (pin) разделяемого мьютекса, в то время как другой сеанс удерживает закрепление мьютекса в монопольном режиме для того же самого курсора.
Время ожидания: микросекунды

Параметры:
P1 – Значение хэш-функции курсора
P2 – Значение mutex (верхние 2 байта содержат SID сеанса захватившего mutex в монопольном режиме, нижние 2 байта содержат значение 0)
P3 – Условие mutex (internal code locator) или Mutex Sleeps

[ EN ]

An event wait occurs when a session requests pinning a shared mutex while another session is holding pinning the mutex in exclusive mode for the same cursor.
Timeout: microseconds

Options:
P1 - Cursor hash value
P2 - Value of mutex (upper 2 bytes contain the SID of the session that acquired the mutex in exclusive mode, lower 2 bytes contain the value 0)
P3 - Mutex condition (internal code locator) or Mutex Sleeps

bottom of page