Oracle 视图 V$EQ_NONDUR_SUBSCRIBER 官方解释,作用,如何使用详细说明
本站中文解释
V$EQ_NONDUR_SUBSCRIBER是Oracle的Data Guard特有的视图,用于查询当前数据库中的所有非持久订阅者的状态。
使用方法:
1、首先,打开SQL*Plus,连接到当前数据库;
2、敲入以下查询:
SELECT * FROM V$EQ_NONDUR_SUBSCRIBER;
3、执行这条查询语句,即可查询到当前数据库中所有非持久订阅者的状态信息。
官方英文解释
V$EQ_NONDUR_SUBSCRIBER
provides information about the non-durable subscriptions on Transactional Event Queues (TEQs).
Column | Datatype | Description |
---|---|---|
|
|
Queue ID |
|
|
ID of the non-durable subscriber |
|
|
Subscriber name |
|
|
Rule condition of the subscriber |
|
|
Owner of the transformation (for JMS queues) |
|
|
Name of the transformation (for JMS queues) |
|
|
Non-durable subscriber creation time |
|
|
Property of the subscriber. Possible values:
|
|
|
Type of subscriber. Possible values:
|
|
|
Position of subscriber in subscriber bitmap |
|
|
The ID of the container to which the data pertains. Possible values include:
|
Note:
This view is available starting with Oracle Database 21c.
See Also:
Oracle Database Advanced
Queuing User’s Guide for more information about Oracle Transactional Event Queues and Advanced Queuing