本站中文解释
:
ALL_STREAMS_MESSAGE_CONSUMERS视图显示连接到Oracle流中的Oracle Streams消息消费者的信息,包括消息消费者的名称、消费的消息类型(可能是储存在Oracle数据库中的Oracle流消息,streams二进制消息和XML消息)、分发日志指针、最后消费时间和最后保留时间。可以使用这个视图来检查哪些消费者连接到Oracle流系统,消息消费者消费了哪些消息,以及消息消费者最后一次消费或保留消息的时间。
使用ALL_STREAMS_MESSAGE_CONSUMERS视图,可以使用以下sql语句来查询消费者相关信息:
SELECT * FROM ALL_STREAMS_MESSAGE_CONSUMERS;
官方英文解释
ALL_STREAMS_MESSAGE_CONSUMERS
displays information about the Replication messaging clients accessible to the current user.
Related View
DBA_STREAMS_MESSAGE_CONSUMERS
displays information about all Replication messaging clients in the database.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Name of the messaging client |
|
|
|
Name of the queue |
|
|
|
Owner of the queue |
|
|
Name of the positive rule set |
|
|
|
Owner of the positive rule set |
|
|
|
Name of the negative rule set |
|
|
|
Owner of the negative rule set |
|
|
|
Type of the notification action:
|
|
|
|
Notification action |
|
|
|
Context for the notification action |
See Also:
“DBA_STREAMS_MESSAGE_CONSUMERS”