Oracle 视图 DBA_STREAMS_TP_COMPONENT_STAT 官方解释,作用,如何使用详细说明
本站中文解释
ISTICS
Oracle视图 DBA_STREAMS_TP_COMPONENT_STATISTICS 用于报告流许可证处理器(TP)的元素的统计信息,该信息以实例、应用程序名称和元素名称为依据。
使用方式:
SELECT inst_id,
application_name,
tp_component_name,
current_enqueues,
current_sources,
current_unsent_messages,
cum_enqueues,
cum_sources,
cum_unsent_messages
FROM dba_streams_tp_component_statistics;
官方英文解释
DBA_STREAMS_TP_COMPONENT_STAT
displays temporary performance statistics and session statistics about each Replication component.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
| ID of the Replication component |
|
| Name of the Replication component | |
|
| Database where the Replication component resides | |
|
| Type of the Replication component:
| |
|
| Type of the Replication subcomponent:
| |
|
| ID of the Replication session for the Replication component | |
|
| Serial number of the Replication session for the Replication component | |
|
| Time that the statistic was taken | |
|
| Name of the statistic | |
|
| Value of the statistic | |
|
| Unit of the statistic | |
|
| Logical number (1-based) of the Advisor run | |
|
| Time that the Advisor was run |
编辑:568数据
标签:元素,名称,英文,视图,统计信息