Oracle 视图 V$AQ_BMAP_NONDUR_SUBSCRIBERS 官方解释,作用,如何使用详细说明
本站中文解释
?
Oracle视图V$AQ_BMAP_NONDUR_SUBSCRIBERS主要用途是供应用服务器查询不持续性订阅者的工作量。它属于V$ Queue-enabled Objects视图的一部分,用以报告Oracle数据库中的消息队列。
使用V$AQ_BMAP_NONDUR_SUBSCRIBERS视图可以查询到消息队列上的不持续性订阅者的用户名、位图阵列、消息队列以及它们的状态。
除此之外,还可以使用此视图查询订阅者的类型,是否具有暂时阻塞功能,是否曾经解释过,以及一些关于暂时阻塞功能所需要的其他相关信息等。
官方英文解释
V$AQ_BMAP_NONDUR_SUBSCRIBERS
can be used to get the available bit positions. The view is queried to get the free bit position during creation of a non-durable subscriber.
Column | Datatype | Description |
---|---|---|
|
|
Queue ID |
|
|
Stream of bits to identify used and available bit positions |
|
|
The ID of the container to which the data pertains. Possible values include:
|
See Also:
Oracle Database Advanced
Queuing User’s Guide for more information about Oracle Database Advanced Queueing