Oracle 视图 V$QMON_SERVER_STATS 官方解释,作用,如何使用详细说明
本站中文解释
Oracle视图V$QMON_SERVER_STATS提供了一些关于QMON Server的统计信息,包括它的连接套接字及其他相关内容。
可以通过以下查询来使用这张视图:
SELECT *
FROM v$qmon_server_stats;
该查询将返回QMON服务器的数据,如服务器状态,连接套接字和连接状态。
使用这张视图意义重大,因为它可以让用户了解QMON服务器的运行状态和统计信息,以便对系统进行优化和修复。
官方英文解释
V$QMON_SERVER_STATS
displays information and statistics about the active queue monitor server processes. There is one row per live queue monitor server process. The rows are deleted when the database (or instance in an Oracle RAC environment) restarts.
Column | Datatype | Description |
---|---|---|
|
|
Non-sharded queue master process ID |
|
|
Process ID of the server |
|
|
Name of the server |
|
|
Current state of the server:
|
|
|
Start time of the server |
|
|
Current executing task |
|
|
Unique task number of the running task |
|
|
Start time of the running task |
|
|
Time when the server last waited |
|
|
Maximum task latency for this server (in seconds) |
|
|
Minimum task latency for this server (in seconds) |
|
|
Cumulative task latency for this server (in seconds) |
|
|
Number of tasks processed by the server |
|
|
Last failure encountered by the server |
|
|
Last failure time |
|
|
Task being run at the time of the last failure |
|
|
Unique task number of the failed task |
|
|
The ID of the container to which the data pertains. The |