Oracle 视图 DBA_STREAMS_TP_PATH_BOTTLENECK 官方解释,作用,如何使用详细说明
本站中文解释
_STATUSA
Oracle视图DBA_STREAMS_TP_PATH_BOTTLENECK_STATUS表明Streams传输过程(TP)管道的瓶颈情况,包括从源到目标的每一步管道的消息处理能力以及当前管道处理过程中发现的明显瓶颈点。
使用方法:
1、查询所有传输过程管道瓶颈情况:
SELECT * FROM DBA_STREAMS_TP_PATH_BOTTLENECK_STATUS;
2、查看指定传输过程管道的瓶颈情况:
SELECT * FROM DBA_STREAMS_TP_PATH_BOTTLENEC, WHERE NAME = ”;
3、查询指定传输过程名称及瓶颈信息:
SELECT NAME,\BOTTLENECK_TYPE, BOTTLENECK_DETAILS, BOTTLENECK_REMEDY, BOTTLENECK_SOLUTION
FROM DBA_STREAMS_TP_PATH_BOTTLENEC WHERE NAME = ”;
官方英文解释
DBA_STREAMS_TP_PATH_BOTTLENECK
displays temporary information about Replication components that might be slowing down the flow of messages in a stream path.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
ID of the stream path |
|
|
|
ID of the bottleneck component |
|
|
|
Name of the bottleneck component |
|
|
|
Database where the bottleneck component resides |
|
|
|
Type of the bottleneck component:
|
|
|
|
ID of the top session for the bottleneck component |
|
|
|
Serial number of the top session for the bottleneck component |
|
|
|
Action name for the bottleneck process |
|
|
|
Indicates whether the bottleneck was identified ( |
|
|
|
Logical number (1-based) of the Advisor run |
|
|
|
Time that the Advisor was run |
|
|
|
Reason for the bottleneck analysis result.:
|