Oracle 视图 V$GES_BLOCKING_ENQUEUE 官方解释,作用,如何使用详细说明
本站中文解释
Oracle视图V$GES_BLOCKING_ENQUEUE提供了关于当前数据库中执行的GES阻塞信号捕获任务的情况。
该视图会显示在当前数据库中哪些事件对同一段被等待,以及为何这些事件阻塞,以及阻塞的事件资源,阻塞的会话等等信息。它也显示了正在争用资源的会话的详细信息。
使用方法:
要查看V$GES_BLOCKING_ENQUEUE中的信息,只需要使用常见的SELECT语句来查询它即可。例如:
SELECT * FROM v$ges_blocking_enqueue;
官方英文解释
V$GES_BLOCKING_ENQUEUE
describes all locks currently known to lock manager that are being blocked or blocking others.
The output of this view is a subset of the output from V$GES_ENQUEUE
. This is an Oracle Real Application Clusters view.
See Also:
“V$GES_ENQUEUE” for a description of all locks known to the lock manager
Column | Datatype | Description |
---|---|---|
|
|
Lock pointer |
|
|
Granted level of the lock |
|
|
Requested level of the lock |
|
|
Resource name for the lock |
|
|
Resource name for the lock |
|
|
Process identifier which holds the lock |
|
|
Lower 4 bytes of the transaction identifier where the lock belongs to |
|
|
Upper 4 bytes of the transaction identifier where the lock belongs to |
|
|
Group identifier for the lock |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Which queue the lock is currently located. |
|
|
State of lock as owner sees it |
|
|
Last AST event |
|
|
Node identifier |
|
|
|
|
|
|
|
|
The ID of the container to which the data pertains. Possible values include:
|