Oracle 视图 V$EMON 官方解释,作用,如何使用详细说明
本站中文解释
_ACTIVITY视图
Oracle V$EMON_ACTIVITY视图是Oracle提供的开箱即用的系统视图,用于显示当前正在运行的数据库实例中的活动会话。它表示各种活动和上下文,例如会话状态、现在正在运行的程序、资源、会话等。
V$EMON_ACTIVITY视图提供用于监控系统性能的全局活动请求和参数。但是,它没有性能参数,而是指示了当前用户会话和其他活动,可以根据需要找出任何活动会话,以及其余各种活动状态,如会话状态和暂停原因。
V$EMON_ACTIVITY视图通常由数据库管理员用于监控“数据库实例”的活动,以帮助识别和解决活动和性能问题,并用于活动和性能分析。如果要使用V$EMON_ACTIVITY视图,则需要打开相应的控制文件参数,即MONITORING控制文件参数,以激活V$EMON_ACTIVITY视图的显示功能。
官方英文解释
V$EMON
displays performance statistics per event monitor (EMON) slave for diagnosability of notifications. All processing time and latency is in seconds.
Column | Datatype | Description |
---|---|---|
|
| EMON identifier (0 – 9) |
|
| Session identifier |
|
| Time when this EMON slave was started |
|
| Notification quality of the service provided by EMON:
|
|
| EMON status:
|
|
| Time at which EMON switched to the current STATUS |
|
| Total number of notifications (including grouping notifications) |
|
| Number of grouping notifications |
|
| Total number of events in all notification groups |
|
| Number of OCI notifications |
|
| Number of PL/SQL notifications |
|
| Number of E-mail notifications |
|
| Number of HTTP notifications |
|
| Number of events posted by a publisher for which notifications have been delivered |
|
| Number of events posted by a publisher for which notifications are not yet delivered |
|
| Number of anonymous notifications |
|
| Number of AQ notifications |
|
| Number of DBChange notifications |
|
| Total time to process Anonymous notifications |
|
| Total time to process AQ notifications |
|
| Total time to process dbchange notifications |
|
| Total time to process PL/SQL notifications |
|
| Total time to process OCI notifications |
|
| Total time to process E-mail notifications |
|
| Total time to process HTTP notifications |
|
| Total latency in processing events |
|
| Number of expired registrations |
|
| Number of purged registrations |
|
| Number of registrations invalidated due to notification delivery failure |
|
| Time when statistics were last updated |
|
| The ID of the container to which the data pertains. The |
编辑:568数据
标签:视图,性能,状态,参数,数据库