cursor: mutex S
top of page
CerebroSQL

cursor: mutex S

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

Download and use for free.  

oracle-logo

[ RU ]

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

[ EN ]

An event wait occurs when a session makes a request to obtain a mutex for a shared mode cursor, while the mutex for the same cursor was previously acquired in exclusive mode by another session.
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