Oracle 视图 DBA_SUBSCR_REGISTRATIONS 官方解释,作用,如何使用详细说明
本站中文解释
Oracle 视图 DBA_SUBSCR_REGISTRATIONS 主要用于查询数据库订阅注册信息,显示注册在每个数据库上的订阅。
该视图列出了用于在数据库中注册某个订阅的各个属性,其中包含了订阅的目标源和执行位置。
使用该视图,可以获取某个数据库上的所有订阅注册信息,以及每个订阅注册信息中指定的执行位置。
该视图可以使用以下命令访问:
SELECT * FROM DBA_SUBSCR_REGISTRATIONS;
官方英文解释
DBA_SUBSCR_REGISTRATIONS
displays information about all subscription registrations in the database.
Related View
USER_SUBSCR_REGISTRATIONS
displays information about the subscription registrations owned by the current user.
Column | Datatype | NULL | Description |
---|---|---|---|
|
| Registration ID | |
|
|
| Name of the subscription registration. The subscription name is of the form |
|
|
| Location endpoint of the registration |
|
|
| Internally generated user ID |
|
| Context the user provided during registration of PL/SQL registrations or an internally generated context for OCI registrations | |
|
| Size of the context | |
|
| Namespace of the subscription registration:
| |
|
| Presentation format of notifications:
| |
|
| Database version:
| |
|
| Status of the registration:
| |
|
| AnyData user context | |
|
| Type of the user context | |
|
| Quality of service of the registration:
| |
|
| Any callback registered to serialize the notification payload | |
|
| Registration timeout | |
|
| Time of the registration | |
|
| Notification grouping class | |
|
| Notification grouping value | |
|
| Notification grouping type:
| |
|
| Notification grouping start time | |
|
| Notification grouping repeat count, or |
See Also:
“USER_SUBSCR_REGISTRATIONS”
标签:视图,数据库,信息,位置,英文