Oracle 视图 V$PROPAGATION_RECEIVER 官方解释,作用,如何使用详细说明
本站中文解释
Oracle视图V$PROPAGATION_RECEIVER用于检索服务器上注册的复制传播接收器信息。它包括延迟、自动发送和未处理的传播。
用法:
查询所有注册的传播接收器:
select * from v$propagation_receiver;
查询延迟的带有标识符的传播接受器:
select * from v$propagation_receiver where delay_seconds > 0 and identifiant is not null;
官方英文解释
V$PROPAGATION_RECEIVER
displays information about buffer queue propagation schedules on the receiving (destination) side. The values are reset to zero when the database (or instance in an Oracle Real Application Clusters (Oracle RAC) environment) restarts, when propagation migrates to another instance, or when an unscheduled propagation is attempted.
Column | Datatype | Description |
---|---|---|
|
|
Name of the source schema |
|
|
Name of the source queue |
|
|
Name of the source database |
|
|
Name of the destination schema |
|
|
Name of the destination queue |
|
|
Startup time of this schedule. This time changes when the source/destination database gets restarted. |
|
|
High watermark of the messages received |
|
|
Acknowledgement of the messages received by the receiver |
|
|
Last received message |
|
|
Total number of messages |
|
|
Elapsed unpickle time |
|
|
Elapsed rule time |
|
|
Elapsed enqueue time |
|
|
Session ID of the propagation receiver |
|
|
Serial number of the propagation receiver |
|
|
Process identification number of the propagation receiver |
|
|
Name of the propagation on the source database |
|
|
State of the propagation receiver:
When the propagation schedule is not optimized, the state is |
|
|
Last received message position. Corresponds to |
|
|
Acknowledgement position of the messages received by the receiver. Corresponds to |
|
|
The ID of the container to which the data pertains. Possible values include:
|