Oracle 视图 V$STREAMS_POOL_STATISTICS 官方解释,作用,如何使用详细说明
本站中文解释
Oracle视图V$STREAMS_POOL_STATISTICS提供了Streams处理池的各种信息,可提供存储进程之间每每秒的流行率,以及在每次重复之前收到的消息数目,等等。
使用方法:
1.查询为某一存储进程处理的流量统计:
SELECT * FROM V$STREAMS_POOL_STATISTICS WHERE PROCESS=’PROC_NUM’;
2.查询某一时间段内的所有流量统计:
SELECT * FROM V$STREAMS_POOL_STATISTICS WHERE TIME_ARRIVED > TO_DATE(’20XX-XX-XX’, ‘YYYY-MM-DD’) AND TIME_ARRIVED
官方英文解释
V$STREAMS_POOL_STATISTICS
displays information about the current Streams pool usage percentage.
Column | Datatype | Description |
---|---|---|
|
|
Total memory allocated to the Streams pool (in bytes). It should always be less than the current size of the Streams pool. You can get the percentage of the Streams pool used by dividing |
|
|
Current size of the Streams pool (in bytes) |
|
|
Value of |
|
|
This only pertains to the Streams pool in an automatic tuning environment ( |
|
|
This determines whether or not Streams pool advice in |
|
|
The ID of the container to which the data pertains. Possible values include:
|